Skip to content

Commit

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

Bump io.jsonwebtoken:jjwt-impl from 0.12.4 to 0.12.5
  • Loading branch information
RaphiMC authored Feb 1, 2024
2 parents 9ba5a26 + d374d49 commit 5c6f5a2
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.4"
api "io.jsonwebtoken:jjwt-impl:0.12.5"
api("io.jsonwebtoken:jjwt-gson:0.12.5") {
exclude group: "com.google.code.gson", module: "gson"
}
Expand Down

0 comments on commit 5c6f5a2

Please sign in to comment.