From 39ff87f698ba7692b7342537cb14e671fed722c9 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Tue, 16 Jan 2024 14:30:13 +0000 Subject: [PATCH] Update dependencies to fix security breaches. - spring (core, boot and security) - logback and slf4j - apache tomcat Issue-ID: POLICY-4893 Change-Id: Ia0e5b5e8480e8feb924eb68232364c8ac07cfe3e Signed-off-by: adheli.tavares --- .gitignore | 1 + integration/pom.xml | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 6bb994f1..4a55ac87 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ docs/html/ docs/_static/ docs/__pycache__/ .vscode/ +**/*.log diff --git a/integration/pom.xml b/integration/pom.xml index 8bd36b21..30623eff 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -58,7 +58,7 @@ 11.0.18 5.10.0 2.20.0 - 1.4.8 + 1.4.14 3.1.0 1.1.1 1.11.4 @@ -69,10 +69,10 @@ 1.3.0-oss 3.5.0 2.0.1 - 2.0.7 - 6.0.12 - 3.1.4 - 6.1.4 + 2.0.11 + 6.0.14 + 3.1.7 + 6.1.6 3.0.46 2.2.15 @@ -161,7 +161,7 @@ jakarta.xml.bind jakarta.xml.bind-api - 4.0.0 + 4.0.1 jakarta.servlet @@ -762,7 +762,7 @@ org.apache.tomcat.embed tomcat-embed-core - 10.1.16 + 10.1.18 org.springframework -- 2.16.6