Skip to content

Commit

Permalink
Downgrade com.nimbusds:oauth2-oidc-sdk to 10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
waltkb committed Aug 30, 2023
1 parent 58eaf41 commit 38b3c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation("com.microsoft.azure:azure-keyvault:1.2.6")
implementation("com.microsoft.azure:azure-client-authentication:1.7.14")
implementation("com.nimbusds:nimbus-jose-jwt:9.31")
implementation("com.nimbusds:oauth2-oidc-sdk:10.14.1")
implementation("com.nimbusds:oauth2-oidc-sdk:10.11") // changes to authorization_details in 10.12+ not supported
implementation("id.walt:waltid-sd-jwt-jvm:1.2306191408.0")

implementation("org.bouncycastle:bcprov-jdk18on:1.76")
Expand Down

0 comments on commit 38b3c81

Please sign in to comment.