From 7161044baa64d79c7b5dd174b76c5840f5558344 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Tue, 12 Mar 2024 15:50:35 +0000 Subject: [PATCH] Update dependencies for security fixes - updated spring framework - updated postgresql - changed a few libs to latest version - removed oparent dependency management to avoid old libs to return Issue-ID: POLICY-4945 Change-Id: Ia191d2192944bec55218174f64e7611167f38609 Signed-off-by: adheli.tavares --- integration/pom.xml | 115 ++++++++++++++++++++++++++++++++++++++++------------ pom.xml | 14 +------ 2 files changed, 91 insertions(+), 38 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index e0079c83..0728add4 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2018-2023 AT&T. All rights reserved. - Modifications Copyright (C) 2019-2023 Nordix Foundation. + Modifications Copyright (C) 2019-2024 Nordix Foundation. Modifications Copyright (C) 2020-2022 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -45,22 +45,24 @@ nexus3.onap.org:10003 1.5.3 - 7.13.0 + 7.15.0 3.3.2 - 8.44.0.Final + 9.44.0.Final 1.13.4 0.16.0 2.16.1 - 0.8.10 + 0.8.11 + 4.0.5 3.1.5 11.0.20 - 5.10.1 + 5.10.2 3.6.1 - 2.20.0 + 1.9.22 + 2.23.1 1.4.14 3.1.0 1.1.1 - 1.11.4 + 1.11.10 5.5.0 5.15.0 4.1.100.Final @@ -69,10 +71,10 @@ 3.5.0 2.1.1 1.9.0 - 2.0.11 - 6.0.16 - 3.1.8 - 6.1.6 + 2.0.12 + 6.0.17 + 3.1.9 + 6.1.7 3.0.52 2.2.20 @@ -99,6 +101,7 @@ jackson-bom ${version.jackson} pom + import org.glassfish.jersey.containers @@ -125,6 +128,11 @@ jetty-http ${version.jetty} + + org.eclipse.jetty + jetty-servlet + ${version.jetty} + @@ -155,31 +163,41 @@ com.google.guava guava - 32.1.3-jre + 33.0.0-jre jakarta.xml.bind jakarta.xml.bind-api - 4.0.1 + 4.0.2 com.sun.xml.bind jaxb-impl - 4.0.4 + ${version.jaxb} + + + com.sun.xml.bind + jaxb-core + ${version.jaxb} org.glassfish.jaxb jaxb-core - 4.0.4 + ${version.jaxb} org.glassfish.jaxb jaxb-runtime - 4.0.4 + ${version.jaxb} compile + + com.sun.xml.bind + jaxb-xjc + ${version.jaxb} + jakarta.servlet jakarta.servlet-api @@ -232,13 +250,13 @@ org.mariadb.jdbc mariadb-java-client - 3.1.4 + 3.3.3 org.postgresql postgresql - 42.6.0 + 42.7.2 @@ -250,12 +268,12 @@ org.apache.httpcomponents.core5 httpcore5 - 5.2.2 + 5.2.4 org.apache.httpcomponents.client5 httpclient5 - 5.2.1 + 5.3.1 @@ -267,7 +285,7 @@ org.json json - 20231013 + 20240303 com.worldturner.medeia @@ -288,7 +306,7 @@ org.projectlombok lombok - 1.18.28 + 1.18.30 @@ -468,7 +486,7 @@ com.h2database h2 - 2.2.220 + 2.2.224 test @@ -508,7 +526,7 @@ org.assertj assertj-core - 3.24.2 + 3.25.3 test @@ -630,6 +648,11 @@ commons-jexl3 3.2.1 + + commons-beanutils + commons-beanutils + 1.9.4 + com.github.docker-java @@ -763,7 +786,7 @@ org.apache.tomcat.embed tomcat-embed-core - 10.1.18 + 10.1.19 org.springframework @@ -792,6 +815,48 @@ bcpkix-fips 1.0.7 + + io.opentelemetry.instrumentation + opentelemetry-kafka-clients-2.6 + 1.25.0-alpha + + + io.opentelemetry + opentelemetry-exporter-otlp + 1.25.0 + + + io.opentelemetry + opentelemetry-sdk-extension-autoconfigure + 1.25.0-alpha + + + io.micrometer + micrometer-tracing-bridge-otel + 1.1.8 + + + io.opentelemetry + opentelemetry-sdk-extension-jaeger-remote-sampler + 1.25.0 + + + + + org.jetbrains.kotlin + kotlin-stdlib + ${version.kotlin} + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + ${version.kotlin} + + + org.jetbrains.kotlin + kotlin-reflect + ${version.kotlin} + diff --git a/pom.xml b/pom.xml index 767cbfd7..dc589fac 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2020-2021 AT&T. All rights reserved. - Modifications Copyright (C) 2021 Nordix Foundation. + Modifications Copyright (C) 2021, 2024 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -42,18 +42,6 @@ integration - - - - org.onap.oparent - dependencies - ${oparent.version} - pom - import - - - - -- 2.16.6