We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6108b commit 35df8f6Copy full SHA for 35df8f6
plugins/repository-azure/build.gradle
@@ -63,7 +63,7 @@ dependencies {
63
api "net.java.dev.jna:jna-platform:${versions.jna}"
64
api 'com.microsoft.azure:msal4j:1.18.0'
65
api 'com.nimbusds:oauth2-oidc-sdk:11.23.1'
66
- api 'com.nimbusds:nimbus-jose-jwt:10.0.2'
+ api 'com.nimbusds:nimbus-jose-jwt:10.2'
67
api 'com.nimbusds:content-type:2.3'
68
api 'com.nimbusds:lang-tag:1.7'
69
// Both msal4j:1.14.3 and oauth2-oidc-sdk:11.9.1 has compile dependency on different versions of json-smart,
0 commit comments