From ed2104138e4cc63984d22b9408667580841991ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Aug 2025 04:08:36 +0000 Subject: [PATCH] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-IONETTY-11799531 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCAT-11799151 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCATEMBED-11799152 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-11958848 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCAT-11798985 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCATEMBED-11798986 - https://snyk.io/vuln/SNYK-JAVA-ORGBOUNCYCASTLE-11777856 - https://snyk.io/vuln/SNYK-JAVA-ORGBOUNCYCASTLE-11789705 --- pom.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 779e4c489..ebb6d25de 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent 2.3.5.RELEASE - + com.example demo @@ -43,7 +43,7 @@ io.quarkus quarkus-oidc - 2.13.7.Final + 3.15.6.1 org.keycloak @@ -75,22 +75,22 @@ org.springframework spring-webmvc - 6.0.6 + 6.2.10 org.keycloak keycloak-core - 16.1.0 + 19.0.0 org.springframework spring-expression - 6.0.6 + 6.2.10 org.springframework.security spring-security-web - 5.7.3 + 6.4.9 com.mysql @@ -100,7 +100,7 @@ io.vertx vertx-web - 4.3.7 + 4.5.18 commons-fileupload @@ -115,12 +115,12 @@ org.apache.tomcat tomcat-catalina - 11.0.0-M10 + 11.0.10 org.apache.tomcat.embed tomcat-embed-core - 10.1.0 + 10.1.44 log4j @@ -175,12 +175,12 @@ io.netty netty-codec-http2 - 4.1.99.Final + 4.1.124.Final io.quarkus quarkus-keycloak-authorization - 2.13.7.Final + 3.2.5.Final io.quarkus