From a7e6ea3e5f6a07748f7a78bdf59a3cb2ee85eb7c Mon Sep 17 00:00:00 2001 From: Kasperki Date: Tue, 8 Feb 2022 19:17:09 +0100 Subject: Update libraries - netty codec http from 4.1.59.Final to 4.1.73.Final - gson from 2.8.6 to 2.8.9 - dmaap client from 1.8.7 to 1.8.8 - spring from 2.4.3 to 2.5.9 - spring boot starter log4j2 from 2.6.1 to 2.6.3 - test containers from 1.15.1 to 1.16.3 Issue-ID: DCAEGEN2-3045 Change-Id: I09f2721d75e71f0ac06c3d5c6bf1036f7cdfb0d7 Signed-off-by: Pawel --- Changelog.md | 1 + pom.xml | 18 +++++++++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index 409bb6da..169fe36c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [1.11.0] - 2022/01/28 - [DCAEGEN2-2961] - Switch VESCollector to Integration base image(onap/integration-java11:10.0.0) + - [DCAEGEN2-3045] - Vulnerability addressal for VESCollector ## [1.10.3] - 2022/01/18 - [DCAEGEN2-3022] - Remediation for Log4Shell vulnerability (upgrade to 2.17.1) diff --git a/pom.xml b/pom.xml index 4649aa13..a59b7ba4 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ 1.6.5 - 2.4.3 + 2.5.9 3.1.0 3.0.1 2.9 @@ -61,23 +61,24 @@ 1.2.0 1.1.1 1.0.49 - 2.8.6 + 2.8.9 20210307 1.4.9 3.2.2 1.10 0.10.3 - 2.6.1 + 2.6.3 2.17.1 3.0.0 3.19.0 2.2.13.RELEASE - 1.8.7 + 1.8.8 30.1-jre 5.11.1 3.4.0 - 1.15.1 + 1.16.3 1.15.1 + 4.1.73.Final @@ -273,6 +274,13 @@ + + io.netty + netty-bom + ${netty-bom.version} + pom + import + org.springframework.boot -- cgit 1.2.3-korg