Skip to content

Commit

Permalink
Update dependency com.auth0:java-jwt to v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent 8e4f224 commit b241441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
val junitVersion = "5.11.4"

implementation("commons-io:commons-io:2.18.0")
implementation("com.auth0:java-jwt:4.3.0")
implementation("com.auth0:java-jwt:4.5.0")
implementation("com.google.code.gson:gson:2.12.1")
implementation("org.json:json:20250107")
testImplementation("org.junit.jupiter:junit-jupiter-api:${junitVersion}")
Expand Down

0 comments on commit b241441

Please sign in to comment.