File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 138138 <httpclient .version>4.5.13</httpclient .version>
139139 <httpclient5 .version>5.5.2</httpclient5 .version>
140140 <jetty .version>9.4.57.v20241219</jetty .version> <!-- 这个不能用10以上的版本,不支持jdk8-->
141+ <bouncycastle .version>1.84</bouncycastle .version>
141142 </properties >
142143 <dependencyManagement >
143144 <dependencies >
335336 <dependency >
336337 <groupId >org.bouncycastle</groupId >
337338 <artifactId >bcpkix-jdk18on</artifactId >
338- <version >1.80</version >
339+ <version >${bouncycastle.version} </version >
340+ </dependency >
341+ <dependency >
342+ <groupId >org.bouncycastle</groupId >
343+ <artifactId >bcprov-jdk18on</artifactId >
344+ <version >${bouncycastle.version} </version >
339345 </dependency >
340346 </dependencies >
341347 </dependencyManagement >
Original file line number Diff line number Diff line change 9696 <dependency >
9797 <groupId >org.bouncycastle</groupId >
9898 <artifactId >bcprov-jdk18on</artifactId >
99- <version >1.80</version >
10099 </dependency >
101100
102101 <dependency >
You can’t perform that action at this time.
0 commit comments