Skip to content

Commit

Permalink
Merge pull request #1596 from navikt/dependabot/gradle/com.nimbusds-n…
Browse files Browse the repository at this point in the history
…imbus-jose-jwt-9.37.3

Bump com.nimbusds:nimbus-jose-jwt from 9.37.2 to 9.37.3
  • Loading branch information
hestad authored Dec 11, 2023
2 parents b59115a + 0188216 commit 2bb7257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation("javax.jws:javax.jws-api:1.1")
// Fails to find SAAJMetaFactoryImpl when either missing or if you upgrade to 2.0.0
implementation("com.sun.xml.messaging.saaj:saaj-impl:1.5.2")
implementation("com.nimbusds:nimbus-jose-jwt:9.37.2")
implementation("com.nimbusds:nimbus-jose-jwt:9.37.3")

testImplementation(project(":test-common"))
implementation(rootProject.libs.wiremock) {
Expand Down

0 comments on commit 2bb7257

Please sign in to comment.