Skip to content

Commit

Permalink
Update dependency com.auth0:java-jwt to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 8, 2024
1 parent 73b4536 commit eacbe32
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.10.2"

implementation("commons-io:commons-io:2.16.1")
implementation("com.auth0:java-jwt:4.3.0")
implementation("com.auth0:java-jwt:4.4.0")
implementation("com.google.code.gson:gson:2.10.1")
implementation("org.json:json:20240303")
testImplementation("org.junit.jupiter:junit-jupiter-api:${junitVersion}")
Expand Down

0 comments on commit eacbe32

Please sign in to comment.