From 04667bf8f150970078de9ac400df1f71b74c082c Mon Sep 17 00:00:00 2001 From: pranitk1905 Date: Wed, 1 Feb 2023 14:43:36 +0530 Subject: [DCAEGEN2]Upgrade dependencies for dcaegen2-collectors-restconf Upgrade dependency version as per SECCOM recommendations Issue-ID: DCAEGEN2-3337 Change-Id: I35e29371f070d9ff34d423cec3a5dc83bc180222 Signed-off-by: pranitk1905 --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index c4e09ce..f30fc19 100644 --- a/pom.xml +++ b/pom.xml @@ -3,6 +3,7 @@ ============LICENSE_START======================================================= Copyright (c) 2019,2022 Huawei. All rights reserved. Copyright (c) 2019,2021-2022 AT&T. All rights reserved. +Copyright (c) 2023 Deutsche Telekom AG. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -27,7 +28,7 @@ limitations under the License. org.onap.dcaegen2.collectors.restconf restconfcollector - 1.3.4-SNAPSHOT + 1.4.0-SNAPSHOT dcaegen2-collectors-restconf RestConfCollector @@ -52,7 +53,7 @@ limitations under the License. ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml 1.8.10 - 2.13.3 + 2.14.1 @@ -415,7 +416,7 @@ limitations under the License. io.springfox springfox-swagger-ui - 2.10.5 + 3.0.0 compile @@ -472,7 +473,7 @@ limitations under the License. org.codehaus.jettison jettison - 1.3.7 + 1.5.2 ch.qos.logback -- cgit 1.2.3-korg