Skip to content

Commit 64988ec

Browse files
author
rhuddleston
authored
upgrade oauth2-oidc-sdk (11.7.1 or higher) to fix CVE-2023-52428 in downstream com.nimbusds:nimbus-jose-jwt dep (#781)
1 parent 1d014e7 commit 64988ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal4j-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.nimbusds</groupId>
3838
<artifactId>oauth2-oidc-sdk</artifactId>
39-
<version>10.7.1</version>
39+
<version>11.9.1</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>net.minidev</groupId>

0 commit comments

Comments
 (0)