Skip to content

Commit

Permalink
Bump io.jsonwebtoken:jjwt-gson from 0.12.4 to 0.12.5
Browse files Browse the repository at this point in the history
Bumps io.jsonwebtoken:jjwt-gson from 0.12.4 to 0.12.5.

---
updated-dependencies:
- dependency-name: io.jsonwebtoken:jjwt-gson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Feb 1, 2024
1 parent dd67648 commit a059ca5
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.4") {
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 a059ca5

Please sign in to comment.