We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc5286 commit b7ed676Copy full SHA for b7ed676
openam-authentication/openam-auth-oauth2/pom.xml
@@ -52,11 +52,11 @@
52
<groupId>org.owasp.esapi</groupId>
53
<artifactId>esapi</artifactId>
54
</dependency>
55
- <dependency>
56
- <groupId>org.bouncycastle</groupId>
57
- <artifactId>bcpkix-jdk15on</artifactId>
58
- <version>1.69</version>
59
- </dependency>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk18on</artifactId>
+ <version>1.81</version>
+ </dependency>
60
<dependency>
61
<groupId>org.mockito</groupId>
62
<artifactId>mockito-all</artifactId>
0 commit comments