From 29f55351ad9ee6d718f8b15fe601ac361bbd8b01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E8=BF=9C=E5=BF=97?= Date: Tue, 25 Apr 2023 13:45:24 +0000 Subject: [PATCH] update monitor-tools/pom.xml. org.hibernate:hibernate-validator Improper Input Validation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘远志 --- monitor-tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor-tools/pom.xml b/monitor-tools/pom.xml index 06686c8..b8d1b1f 100644 --- a/monitor-tools/pom.xml +++ b/monitor-tools/pom.xml @@ -53,7 +53,7 @@ org.hibernate hibernate-validator - 6.0.18.Final + 6.0.23.Final org.springframework.boot -- Gitee