Skip to content

Commit

Permalink
Upgrade to java JWT 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbonofre committed Sep 5, 2024
1 parent 300f7cc commit bc62e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ swagger = "1.6.14"
# (aka mention of the dependency removed).
#
assertj-core = { module = "org.assertj:assertj-core", version = "3.26.3" }
auth0-jwt = { module = "com.auth0:java-jwt", version = "4.2.1" }
auth0-jwt = { module = "com.auth0:java-jwt", version = "4.4.0" }
awssdk-bom = { module = "software.amazon.awssdk:bom", version = "2.26.31" }
azuresdk-bom = { module = "com.azure:azure-sdk-bom", version = "1.2.25" }
bouncycastle-bcprov = { module = "org.bouncycastle:bcprov-jdk18on", version = "1.78.1" }
Expand Down

0 comments on commit bc62e03

Please sign in to comment.