Skip to content

Commit

Permalink
Merge pull request #76 from gocd/dependabot/gradle/com.nimbusds-oauth…
Browse files Browse the repository at this point in the history
…2-oidc-sdk-9.43.4

Bump com.nimbusds:oauth2-oidc-sdk from 9.43.3 to 9.43.4
  • Loading branch information
chadlwilson committed Mar 8, 2024
2 parents a93d92d + 44a1600 commit b280410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
implementation group: 'com.microsoft.azure', name: 'azure', version: '1.41.4'

constraints {
implementation('com.nimbusds:oauth2-oidc-sdk:9.43.3') {
implementation('com.nimbusds:oauth2-oidc-sdk:9.43.4') {
because 'Azure SDK 1.x uses an older version with vulnerable dependencies'
}
}
Expand Down

0 comments on commit b280410

Please sign in to comment.