aboutsummaryrefslogtreecommitdiffstats
path: root/prh-commons
diff options
context:
space:
mode:
authorKasperki <pawel.kasperkiewicz@nokia.com>2022-08-11 18:00:59 +0200
committerPawel Kasperkiewicz <pawel.kasperkiewicz@nokia.com>2022-08-12 14:38:39 +0000
commit8e54aa2d90a9ae32952e16471993604be0029e95 (patch)
tree8d5c536ef534826dc75205a75aabfc920d878eda /prh-commons
parentd3df5066c1889f05236d24363d5e92435288df2a (diff)
Fix PRH Vulnerabilities1.8.1
- Update DCAE SDK version from 1.8.8 to 1.8.10 - Update Spring Boot version from 2.5.9 to 2.7.2 - Update Spring Cloud version from 2020.0.5 to 2021.0.3 - Change Swagger from springfox to springdoc-openapi-ui Issue-ID: DCAEGEN2-3219 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I5d6abe7840b90f273de87bb64d0840f93ed5739d
Diffstat (limited to 'prh-commons')
-rw-r--r--prh-commons/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/prh-commons/pom.xml b/prh-commons/pom.xml
index e5ac281e..a3ffd405 100644
--- a/prh-commons/pom.xml
+++ b/prh-commons/pom.xml
@@ -27,13 +27,17 @@
<parent>
<groupId>org.onap.dcaegen2.services</groupId>
<artifactId>prh</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.8.1-SNAPSHOT</version>
</parent>
<groupId>org.onap.dcaegen2.services.prh</groupId>
<artifactId>prh-commons</artifactId>
<packaging>jar</packaging>
+ <properties>
+ <onap-gerrit-review>-changelog-missing</onap-gerrit-review>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId>