From 06de88ff638005ab9526ffb075eb54248297c7ab Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Fri, 7 Mar 2025 12:00:39 +0000 Subject: [PATCH] Fix dependencies vulnerabilities Issue-ID: POLICY-5302 Change-Id: Iee1d18201fe06e97daa9bf1edca3c74726278d58 Signed-off-by: adheli.tavares --- integration/pom.xml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index b2f1045e..1bc9a99d 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -53,7 +53,7 @@ 1.9.4 1.14.13 - 1.5.3 + 1.7.1 7.15.0 3.3.2 8.40.1.Final @@ -73,8 +73,8 @@ 0.12.4 1.5.0 5.11.3 - 3.8.1 - 2.0.20 + 3.9.0 + 2.1.10 2.23.1 1.5.15 3.3.1 @@ -462,7 +462,7 @@ org.apache.tomcat.embed tomcat-embed-core - 10.1.34 + 10.1.36 org.aspectj @@ -594,11 +594,6 @@ kotlin-stdlib ${version.kotlin} - - org.jetbrains.kotlin - kotlin-stdlib-common - ${version.kotlin} - org.jetbrains.kotlin kotlin-stdlib-jdk7 @@ -809,7 +804,7 @@ org.yaml snakeyaml - 2.3 + 2.4 com.github.docker-java -- 2.16.6