aboutsummaryrefslogtreecommitdiffstats
path: root/standardization/moher-api/server-adapters/spring-webflux/pom.xml
diff options
context:
space:
mode:
authorKasperki <pawel.kasperkiewicz@nokia.com>2022-07-29 18:28:01 +0200
committerKasperki <pawel.kasperkiewicz@nokia.com>2022-08-08 10:53:04 +0200
commitd0392bdd88a1cac06cb5727c93f10c76bdff9e58 (patch)
treec753ae2e6b86c81d380fd6dc28799a9a65db1f7b /standardization/moher-api/server-adapters/spring-webflux/pom.xml
parent32563249ea8a984244dc4059438db275169cad39 (diff)
Fix SDK Vulnerabilities
Issue-ID: DCAEGEN2-3220 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: Ic7df50fd22900bc680f7fff01871625ce809b4b5
Diffstat (limited to 'standardization/moher-api/server-adapters/spring-webflux/pom.xml')
-rw-r--r--standardization/moher-api/server-adapters/spring-webflux/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/standardization/moher-api/server-adapters/spring-webflux/pom.xml b/standardization/moher-api/server-adapters/spring-webflux/pom.xml
index b71aa43b..4fea8dbd 100644
--- a/standardization/moher-api/server-adapters/spring-webflux/pom.xml
+++ b/standardization/moher-api/server-adapters/spring-webflux/pom.xml
@@ -25,7 +25,7 @@
<parent>
<artifactId>dcaegen2-sdk-moher-server-adapters</artifactId>
<groupId>org.onap.dcaegen2.services.sdk</groupId>
- <version>1.8.9-SNAPSHOT</version>
+ <version>${revision}</version>
</parent>
<name>Monitoring and Healthcheck :: Server Adapters :: Spring Webflux</name>
@@ -45,6 +45,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
+<!-- <version>5.3.20</version>-->
</dependency>
<dependency>
<groupId>org.onap.dcaegen2.services.sdk</groupId>