From 839fc7575d5998126b274943ff7a9627e90c94f2 Mon Sep 17 00:00:00 2001 From: iwangyuezhang Date: Tue, 11 Apr 2023 16:09:30 +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