summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml
diff options
context:
space:
mode:
authormeriem zidane <meriem.zidane@bell.ca>2021-09-10 12:46:02 -0400
committermeriem zidane <meriem.zidane@bell.ca>2021-09-10 16:05:17 -0400
commit5fc962a529abb1cf927c1ade784ffd8464516232 (patch)
treea5bc6394beddee2a7771fb5c8a775046b340b021 /ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml
parentd929b3be347ccc3265af9b787ee0f3822efbfb0b (diff)
Upgrading velocity version to v2.3 due to some vulnerabilities in previous version
Issue-ID: CCSDK-3430 Signed-off-by: Meriem Zidane <meriem.zidane@bell.ca> Change-Id: I82dad1c2dd7f8e4cc5712e9fddde5b1bb5429b7f
Diffstat (limited to 'ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml')
-rw-r--r--ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml
index ed4d96b13..5c8b4bb52 100644
--- a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml
+++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml
@@ -57,7 +57,8 @@
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
- <artifactId>velocity</artifactId>
+ <artifactId>velocity-engine-core</artifactId>
+ <version>2.3</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>