Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Feb 8, 2024
2 parents 1452d52 + 5c6f5a2 commit 721a328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ 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-gson: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"
}
api("net.lenni0451.mcstructs-bedrock:text:1.2.0") {
Expand Down

0 comments on commit 721a328

Please sign in to comment.