File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 179
179
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on -->
180
180
<dependency >
181
181
<groupId >org.bouncycastle</groupId >
182
- <artifactId >bcprov-jdk15on </artifactId >
183
- <version >1.70 </version >
182
+ <artifactId >bcprov-jdk18on </artifactId >
183
+ <version >1.76 </version >
184
184
</dependency >
185
185
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on -->
186
186
<dependency >
187
187
<groupId >org.bouncycastle</groupId >
188
- <artifactId >bcpkix-jdk15on </artifactId >
189
- <version >1.70 </version >
188
+ <artifactId >bcpkix-jdk18on </artifactId >
189
+ <version >1.76 </version >
190
190
</dependency >
191
191
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcutil-jdk15on -->
192
192
<dependency >
193
193
<groupId >org.bouncycastle</groupId >
194
- <artifactId >bcutil-jdk15on </artifactId >
195
- <version >1.70 </version >
194
+ <artifactId >bcutil-jdk18on </artifactId >
195
+ <version >1.76 </version >
196
196
</dependency >
197
197
198
198
You can’t perform that action at this time.
0 commit comments