From 966105594e49fd7479e4e32e8d5fa93e73383bb9 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Wed, 16 Jul 2025 10:40:02 +0100 Subject: [PATCH] Uplift tomcat-embed-core and commons-lang - uplift to fix vulnerabilities issues. Issue-ID: POLICY-5394 Change-Id: I0eb72007dae4f616c24e67ce98e41a45c19b6dd5 Signed-off-by: adheli.tavares --- integration/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index 1d51a7d9..ff22d4e3 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -423,7 +423,7 @@ org.apache.commons commons-lang3 - 3.17.0 + 3.18.0 org.apache.commons @@ -463,7 +463,7 @@ org.apache.tomcat.embed tomcat-embed-core - 11.0.8 + 11.0.9 org.aspectj -- 2.16.6