From 7cceef2d644dabd297451ed8dfe85206d22c51fb Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 22 Apr 2022 11:09:25 +0100 Subject: [PATCH] Change dependencies for security vulnerabilities Issue-ID: POLICY-4070 Change-Id: I6116bcb80f338f1b8b15b4ec8a42ab54f158892a Signed-off-by: liamfallon --- integration/pom.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index 389f55e4..cd3df998 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -43,7 +43,7 @@ 2.0.9 2.7.8 7.68.0.Final - 2.34 + 2.33 2.12.6 2.12.6.1 1.1.5 @@ -56,7 +56,7 @@ 5.4.31.Final 1.0.0 3.7.3 - 9.0.45 + 9.0.62 5.11.2 2.8.8 3.0.0 @@ -382,7 +382,7 @@ com.google.code.gson gson - 2.8.9 + 2.9.0 org.json @@ -908,6 +908,11 @@ tomcat-annotations-api ${version.tomcat} + + org.apache.tomcat.embed + tomcat-embed-core + ${version.tomcat} + org.apache.tomcat.embed tomcat-embed-el -- 2.16.6