Skip to content

Commit

Permalink
Update dependency io.jsonwebtoken:jjwt-impl to v0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent 2b18ff0 commit 22280e1
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 @@ -69,7 +69,7 @@ dependencies {
testImplementation("io.mockk:mockk:1.13.9")
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.5")
testRuntimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5")

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

0 comments on commit 22280e1

Please sign in to comment.