aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorByung-Woo Jun <byung-woo.jun@est.tech>2021-08-05 14:59:41 +0000
committerGerrit Code Review <gerrit@onap.org>2021-08-05 14:59:41 +0000
commite159a45c79b2cc532cf2456e50ac6d6159f79f73 (patch)
tree269c37a0d620ba0997448a9de77f7f8816c12a15 /common
parentd9221897f780ae85b10079972bb284b6b3cdcc17 (diff)
parent1d13954aad07008a1ea7f5c0762df78d3347f351 (diff)
Merge "fixing vulnerabilities for tomcat catalina"
Diffstat (limited to 'common')
-rw-r--r--common/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/pom.xml b/common/pom.xml
index a6e8a79f56..9af3f62442 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -16,6 +16,7 @@
<grpc.netty.version>4.1.30.Final</grpc.netty.version>
<ccsdk.version>1.1.2</ccsdk.version>
<spring-cloud-sleuth.version>2.0.2.RELEASE</spring-cloud-sleuth.version>
+ <tomcat-catalina-version>9.0.45</tomcat-catalina-version>
</properties>
<dependencies>
<dependency>
@@ -79,7 +80,7 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina</artifactId>
- <version>9.0.30</version>
+ <version>${tomcat-catalina-version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>