Skip to content

Commit

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

Bump io.jsonwebtoken:jjwt-gson from 0.12.3 to 0.12.4
  • Loading branch information
RaphiMC committed Jan 29, 2024
2 parents b70812b + e372119 commit dd67648
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 @@ -46,7 +46,7 @@ dependencies {
transitive = false
}
api "io.jsonwebtoken:jjwt-impl:0.12.4"
api("io.jsonwebtoken:jjwt-gson:0.12.3") {
api("io.jsonwebtoken:jjwt-gson:0.12.4") {
exclude group: "com.google.code.gson", module: "gson"
}
api("net.lenni0451.mcstructs-bedrock:text:1.2.0") {
Expand Down

0 comments on commit dd67648

Please sign in to comment.