Skip to content

Commit

Permalink
Update dependency io.jsonwebtoken:jjwt-impl to v0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent b2f1886 commit c1d9010
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 @@ -79,7 +79,7 @@ dependencies {
testImplementation("net.bytebuddy:byte-buddy:1.14.18")
testImplementation("io.jsonwebtoken:jjwt-api:0.11.5")
testImplementation("com.github.tomakehurst:wiremock-standalone:3.0.1")
testRuntimeOnly("io.jsonwebtoken:jjwt-impl:0.11.5")
testRuntimeOnly("io.jsonwebtoken:jjwt-impl:0.12.6")
testRuntimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5")

testImplementation("org.springframework.boot:spring-boot-starter-test") {
Expand Down

0 comments on commit c1d9010

Please sign in to comment.