summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2021-07-29 10:54:02 +0200
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2021-07-29 10:54:02 +0200
commite78716438110650898bd35de8cfe69822157a8f5 (patch)
tree1b44882eb9c98d0f7fff6e53a38433f1bea87cbf /pom.xml
parent7e42a4b54f4f2ea4dbc8725b8089008aefcbecec (diff)
Fix vulnerabilities1.6.1
- Top up spring-boot to 2.4.8 Issue-ID: DCAEGEN2-2808 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Ia8b5d99fab23e7523a2871d8305c27b7c9858a19
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 143a9436..0c4fd86f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
<groupId>org.onap.dcaegen2.services</groupId>
<artifactId>prh</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<name>dcaegen2-services-prh</name>
<description>PNF Registration Handler</description>
@@ -48,7 +48,7 @@
<properties>
<java.version>11</java.version>
- <spring-boot.version>2.4.2</spring-boot.version>
+ <spring-boot.version>2.4.8</spring-boot.version>
<spring-cloud.version>2020.0.1</spring-cloud.version>
<springfox.version>3.0.0</springfox.version>
<immutables.version>2.7.5</immutables.version>