Skip to content

Commit

Permalink
Merge pull request #77 from RaphiMC/dependabot/gradle/io.jsonwebtoken…
Browse files Browse the repository at this point in the history
…-jjwt-impl-0.12.4

Bump io.jsonwebtoken:jjwt-impl from 0.12.3 to 0.12.4
  • Loading branch information
RaphiMC authored Jan 29, 2024
2 parents f26fe8f + 2dcd1d7 commit b70812b
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 @@ -45,7 +45,7 @@ dependencies {
api("io.netty:netty-codec-http:4.1.106.Final") {
transitive = false
}
api "io.jsonwebtoken:jjwt-impl:0.12.3"
api "io.jsonwebtoken:jjwt-impl:0.12.4"
api("io.jsonwebtoken:jjwt-gson:0.12.3") {
exclude group: "com.google.code.gson", module: "gson"
}
Expand Down

0 comments on commit b70812b

Please sign in to comment.