summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2022-02-14 12:05:20 +0100
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2022-02-14 12:05:20 +0100
commite7b362b61041aed0a02b2d4605459a15083f57d8 (patch)
treeadbd88b10f7eb2f6cec127072cb9bc83054bf622 /pom.xml
parent92a587b1a642798af05a746e0d2d091372251040 (diff)
Remove Vulnerabilities1.3.1
- Top up Spring to 2.5.9 - Top up spring-doc to 1.6.6 Issue-ID: SDC-3879 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I0d75e93ff2f5f4de88982d860d25909be72a4d0b
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 9bd72f3..8e680c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
</parent>
<groupId>org.onap.sdc</groupId>
<artifactId>sdc-helm-validator</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<name>helmvalidator</name>
<description>Spring-Boot application for validating helm charts</description>
@@ -20,7 +20,8 @@
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>
<docker-maven-plugin.version>0.34.1</docker-maven-plugin.version>
- <spring.version>2.5.0</spring.version>
+ <spring.version>2.5.9</spring.version>
+ <springdoc-openapi-ui.version>1.6.6</springdoc-openapi-ui.version>
<apache.commons.compress.version>1.21</apache.commons.compress.version>
<docker.dockerfile>Dockerfile</docker.dockerfile>
@@ -55,7 +56,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
- <version>1.5.7</version>
+ <version>${springdoc-openapi-ui.version}</version>
</dependency>
</dependencies>