From 51710092beee572f3b857c0f17a86736b0a9bdfd Mon Sep 17 00:00:00 2001 From: Remigiusz Janeczek Date: Wed, 10 Feb 2021 12:40:12 +0100 Subject: Remove security vulnerabilities in runtime-api Update springfox dependencies to 3.0.0 Add changelog Issue-ID: DCAEGEN2-2595 Signed-off-by: Remigiusz Janeczek Change-Id: I1c7df7c5e5ad250f532ae07904cb16f4e1114063 --- mod/runtimeapi/runtime-web/pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'mod/runtimeapi/runtime-web/pom.xml') diff --git a/mod/runtimeapi/runtime-web/pom.xml b/mod/runtimeapi/runtime-web/pom.xml index 44a1fd4..f33cee1 100644 --- a/mod/runtimeapi/runtime-web/pom.xml +++ b/mod/runtimeapi/runtime-web/pom.xml @@ -24,10 +24,10 @@ limitations under the License. org.onap.dcaegen2.platform.mod runtimeapi - 1.2.1 + 1.2.2 runtime-web - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT jar runtime-web MOD Runtime Web Module @@ -35,7 +35,7 @@ limitations under the License. org.onap.dcaegen2.platform.mod runtime-core - 1.2.1 + 1.2.2 org.springframework.boot @@ -65,13 +65,13 @@ limitations under the License. io.springfox - springfox-swagger2 - 2.10.5 + springfox-boot-starter + 3.0.0 io.springfox springfox-swagger-ui - 2.10.5 + 3.0.0 org.json -- cgit 1.2.3-korg