From 1d0399b9b0abad6e15737d2b5bd224b6e3bf3803 Mon Sep 17 00:00:00 2001 From: dataprince Date: Mon, 22 Jan 2024 11:35:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0findbugs=20js305=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=EF=BC=8C=E6=B6=88=E9=99=A4=E6=89=93=E5=8C=85=E8=AD=A6?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 12 ++++++++++-- ruoyi-common/ruoyi-common-core/pom.xml | 5 +++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2a32c7a..a827efc 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,6 @@ 3.2.1 1.7.7 1.37.0 - 3.1.1 5.0.1 1.21 2.3.3 @@ -42,7 +41,7 @@ 1.18.30 1.3.6 0.2.0 - 5.8.24 + 5.8.25 3.26.0 2.2.7 2.14.4 @@ -56,6 +55,8 @@ 1.77 3.1.0 + + 3.0.2 3.2.2 @@ -337,6 +338,13 @@ ${bcprov-jdk.version} + + + com.google.code.findbugs + jsr305 + ${jsr305.version} + + org.springframework.boot diff --git a/ruoyi-common/ruoyi-common-core/pom.xml b/ruoyi-common/ruoyi-common-core/pom.xml index 1fb19ba..6eb87b5 100644 --- a/ruoyi-common/ruoyi-common-core/pom.xml +++ b/ruoyi-common/ruoyi-common-core/pom.xml @@ -143,6 +143,11 @@ ip2region + + + com.google.code.findbugs + jsr305 +