Skip to content

Commit

Permalink
chore(deps): update dependency com.auth0:java-jwt to v3.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 24, 2022
1 parent cb5380e commit a44b833
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 @@ -57,7 +57,7 @@ dependencies {
implementation "io.ktor:ktor-auth-jwt:$ktor_version"
implementation "com.github.papsign:Ktor-OpenAPI-Generator:-SNAPSHOT"
implementation "org.mindrot:jbcrypt:0.4"
implementation "com.auth0:java-jwt:3.13.0"
implementation "com.auth0:java-jwt:3.19.1"
implementation "khttp:khttp:1.0.0"

//environment variables
Expand Down

0 comments on commit a44b833

Please sign in to comment.