Skip to content

Commit

Permalink
Merge pull request #151 from antinvestor/renovate/io.jsonwebtoken-jjw…
Browse files Browse the repository at this point in the history
…t-gson-0.x

Update dependency io.jsonwebtoken:jjwt-gson to v0.12.4
  • Loading branch information
pitabwire committed Jan 29, 2024
2 parents 067092d + 8a430d6 commit 2165a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dependencies {

implementation("io.jsonwebtoken:jjwt-api:0.12.4")
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.12.3")
runtimeOnly("io.jsonwebtoken:jjwt-gson:0.12.3")
runtimeOnly("io.jsonwebtoken:jjwt-gson:0.12.4")
}

0 comments on commit 2165a91

Please sign in to comment.