From e0c4f78469aa1750fc082114d943cf029d2b94c0 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Wed, 10 Apr 2024 11:06:34 +0100 Subject: [PATCH] Dependency management updates for security and vulnerabilities fixes. Issue-ID: POLICY-4945 Change-Id: Ie827d95f46875fe2256c3447c21f2b7ea5384300 Signed-off-by: adheli.tavares --- integration/pom.xml | 120 ++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 108 insertions(+), 12 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index 93c3e6e4..c0e5a4ed 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -44,11 +44,14 @@ nexus3.onap.org:10001 nexus3.onap.org:10003 + 1.9.4 1.5.3 7.15.0 3.3.2 8.40.1.Final 1.13.4 + 33.0.0-jre + 5.3.1 0.16.0 2.16.1 0.8.11 @@ -57,7 +60,7 @@ 11.0.20 5.10.2 3.6.1 - 1.9.22 + 1.9.23 2.23.1 1.4.14 3.1.0 @@ -68,15 +71,17 @@ 4.1.100.Final 1.2.1-oss 1.3.0-oss + 1.25.0 3.5.0 2.1.1 1.9.0 2.0.12 - 6.0.17 - 3.1.9 - 6.1.7 + 6.0.18 + 3.1.10 + 6.1.8 3.0.52 2.2.20 + 10.1.19 --add-opens java.base/java.time=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED @@ -103,11 +108,21 @@ pom import + + com.fasterxml.jackson.core + jackson-core + ${version.jackson} + org.glassfish.jersey.containers jersey-container-servlet ${version.jersey} + + org.glassfish.jersey.inject + jersey-hk2 + ${version.jersey} + org.eclipse.jetty jetty-server @@ -163,7 +178,7 @@ com.google.guava guava - 33.0.0-jre + ${version.guava} @@ -223,6 +238,11 @@ jakarta.inject-api 2.0.1 + + jakarta.persistence + jakarta.persistence-api + 3.1.0 + io.swagger.core.v3 @@ -273,7 +293,17 @@ org.apache.httpcomponents.client5 httpclient5 - 5.3.1 + ${version.httpclient} + + + org.apache.httpcomponents + httpcore + 4.4.16 + + + org.apache.httpcomponents + httpclient + 4.5.14 @@ -651,7 +681,7 @@ commons-beanutils commons-beanutils - 1.9.4 + ${version.beanutils} @@ -670,13 +700,23 @@ org.hibernate.orm hibernate-core - 6.3.0.CR1 + 6.3.2.Final org.hibernate hibernate-core-jakarta 5.6.15.Final + + org.hibernate.common + hibernate-commons-annotations + 6.0.6.Final + + + org.hibernate.validator + hibernate-validator + 8.0.1.Final + @@ -684,6 +724,11 @@ spring-core ${version.spring} + + org.springframework + spring-context + ${version.spring} + org.springframework spring-beans @@ -719,6 +764,26 @@ spring-webflux ${version.spring} + + org.springframework + spring-aspects + ${version.spring} + + + org.springframework + spring-orm + ${version.spring} + + + org.springframework + spring-tx + ${version.spring} + + + org.springframework + spring-aop + ${version.spring} + org.springframework.boot spring-boot-starter-web @@ -746,6 +811,21 @@ spring-boot-starter-security ${version.springboot} + + org.springframework.security + spring-security-web + ${version.spring-security} + + + org.springframework.security + spring-security-config + ${version.spring-security} + + + org.springframework.security + spring-security-test + ${version.spring-security} + org.springframework.boot spring-boot-starter-validation @@ -818,17 +898,17 @@ io.opentelemetry.instrumentation opentelemetry-kafka-clients-2.6 - 1.25.0-alpha + ${version.opentel}-alpha io.opentelemetry opentelemetry-exporter-otlp - 1.25.0 + ${version.opentel} io.opentelemetry opentelemetry-sdk-extension-autoconfigure - 1.25.0-alpha + ${version.opentel}-alpha io.micrometer @@ -838,7 +918,12 @@ io.opentelemetry opentelemetry-sdk-extension-jaeger-remote-sampler - 1.25.0 + ${version.opentel} + + + io.opentelemetry + opentelemetry-context + ${version.opentel} @@ -852,11 +937,22 @@ kotlin-stdlib-jdk8 ${version.kotlin} + + org.jetbrains.kotlin + kotlin-stdlib-jdk7 + ${version.kotlin} + org.jetbrains.kotlin kotlin-reflect ${version.kotlin} + + org.jetbrains.kotlin + kotlin-stdlib-common + ${version.kotlin} + + -- 2.16.6