From b103c0245f65149f1490fa217809e832d5019c4f Mon Sep 17 00:00:00 2001 From: Bryan Lai Date: Thu, 9 Jan 2025 16:34:43 -0500 Subject: [PATCH] fix vulnerability with commons-io --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index a77c9cab05b..0e673a55797 100644 --- a/pom.xml +++ b/pom.xml @@ -93,6 +93,7 @@ 1.1.1 3.12.14 0.8.2 + 8.0.33 3.2.0 3.14.0 4.17.0 @@ -248,6 +249,11 @@ com.auth0 jwks-rsa 0.22.1 + + + mysql + mysql-connector-java + ${mysql_driver.version} org.springframework.boot @@ -375,6 +381,11 @@ spring-boot-testcontainers test + + org.apache.velocity + velocity-engine-core + 2.4.1 + commons-io commons-io