Skip to content

Commit b7ed676

Browse files
authored
CVE-2025-8916 Allocation of Resources Without Limits or Throttling vulnerability (#909)
1 parent acc5286 commit b7ed676

File tree

1 file changed

+5
-5
lines changed
  • openam-authentication/openam-auth-oauth2

1 file changed

+5
-5
lines changed

openam-authentication/openam-auth-oauth2/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
<groupId>org.owasp.esapi</groupId>
5353
<artifactId>esapi</artifactId>
5454
</dependency>
55-
<dependency>
56-
<groupId>org.bouncycastle</groupId>
57-
<artifactId>bcpkix-jdk15on</artifactId>
58-
<version>1.69</version>
59-
</dependency>
55+
<dependency>
56+
<groupId>org.bouncycastle</groupId>
57+
<artifactId>bcpkix-jdk18on</artifactId>
58+
<version>1.81</version>
59+
</dependency>
6060
<dependency>
6161
<groupId>org.mockito</groupId>
6262
<artifactId>mockito-all</artifactId>

0 commit comments

Comments
 (0)