mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-13 13:53:29 +00:00
Update to bouncycastle:bcpkix-jdk15on 1.61
Fixes gh-6714
This commit is contained in:
parent
df075a8c7c
commit
9f19541484
@ -1,3 +1,3 @@
|
||||
dependencies {
|
||||
optional 'org.bouncycastle:bcpkix-jdk15on:1.60'
|
||||
optional 'org.bouncycastle:bcpkix-jdk15on:1.61'
|
||||
}
|
||||
|
@ -52,7 +52,7 @@
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcpkix-jdk15on</artifactId>
|
||||
<version>1.60</version>
|
||||
<version>1.61</version>
|
||||
<scope>compile</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
Loading…
x
Reference in New Issue
Block a user