X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fparent.git;a=blobdiff_plain;f=integration%2Fpom.xml;fp=integration%2Fpom.xml;h=0728add41f7a73e351a7392b838ed57ac4092934;hp=e0079c830db9eefa5bdc83c331ed29e46a95ddc9;hb=7161044baa64d79c7b5dd174b76c5840f5558344;hpb=30ad30c5a31df96e35d2276d095a72b5e3954b39 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} +