From 975fba92f57ad1502c1f5d29161a123602b8dbeb Mon Sep 17 00:00:00 2001 From: iwangyuezhang Date: Wed, 12 Apr 2023 01:42:53 +0000 Subject: [PATCH] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-2436751 Signed-off-by: iwangyuezhang --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 25c656d..e909895 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ org.springframework spring-jdbc - 5.3.4 + 5.3.18 -- Gitee