Skip to content

Commit

Permalink
build(deps): update dependency com.auth0:java-jwt to v3.19.4 (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 9, 2023
1 parent 72f71e6 commit 78b2eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ maven_install(

"io.springfox:springfox-boot-starter:3.0.0",
"org.apache.shiro:shiro-spring-boot-starter:1.9.1",
"com.auth0:java-jwt:3.18.2",
"com.auth0:java-jwt:3.19.4",
"org.postgresql:postgresql:42.4.0",

"org.springframework.boot:spring-boot-devtools:2.7.10",
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation 'io.springfox:springfox-boot-starter:3.0.0'
implementation 'org.apache.shiro:shiro-spring-boot-starter:1.9.1'

implementation 'com.auth0:java-jwt:3.19.2'
implementation 'com.auth0:java-jwt:3.19.4'
implementation 'org.postgresql:postgresql'

developmentOnly 'org.springframework.boot:spring-boot-devtools'
Expand Down

0 comments on commit 78b2eee

Please sign in to comment.