Commit 092619cf79337337a5c9547d6fa5448c48a8ca11
1 parent
08f08782
强制固定 BouncyCastle 版本为 1.80,禁止自动升级
Showing
1 changed file
with
11 additions
and
0 deletions
urbanops-server/pom.xml
| ... | ... | @@ -146,6 +146,17 @@ |
| 146 | 146 | <artifactId>urbanops-spring-boot-starter-protection</artifactId> |
| 147 | 147 | </dependency> |
| 148 | 148 | |
| 149 | + <!-- 强制固定 BouncyCastle 版本为 1.80,禁止自动升级 --> | |
| 150 | + <dependency> | |
| 151 | + <groupId>org.bouncycastle</groupId> | |
| 152 | + <artifactId>bcprov-jdk18on</artifactId> | |
| 153 | + <version>1.80</version> | |
| 154 | + </dependency> | |
| 155 | + <dependency> | |
| 156 | + <groupId>org.bouncycastle</groupId> | |
| 157 | + <artifactId>bcutil-jdk18on</artifactId> | |
| 158 | + <version>1.80</version> | |
| 159 | + </dependency> | |
| 149 | 160 | </dependencies> |
| 150 | 161 | |
| 151 | 162 | <build> | ... | ... |