From 092619cf79337337a5c9547d6fa5448c48a8ca11 Mon Sep 17 00:00:00 2001 From: wangqian <1406304305@qq.com> Date: Mon, 25 May 2026 21:16:32 +0800 Subject: [PATCH] 强制固定 BouncyCastle 版本为 1.80,禁止自动升级 --- urbanops-server/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+), 0 deletions(-) diff --git a/urbanops-server/pom.xml b/urbanops-server/pom.xml index 816a63b..27dd08a 100644 --- a/urbanops-server/pom.xml +++ b/urbanops-server/pom.xml @@ -146,6 +146,17 @@ urbanops-spring-boot-starter-protection + + + org.bouncycastle + bcprov-jdk18on + 1.80 + + + org.bouncycastle + bcutil-jdk18on + 1.80 + -- libgit2 0.21.4