Skip to content

Commit

Permalink
chore(deps): update dependency io.jsonwebtoken:jjwt-jackson to v0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2023
1 parent 17e3a02 commit 3789f4e
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 @@ -43,7 +43,7 @@ maven_install(
"org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0",
"io.jsonwebtoken:jjwt-api:0.12.2",
"io.jsonwebtoken:jjwt-impl:0.12.2",
"io.jsonwebtoken:jjwt-jackson:0.12.2",
"io.jsonwebtoken:jjwt-jackson:0.12.3",
"commons-codec:commons-codec:1.16.0",
"org.apache.commons:commons-lang3:3.13.0",
"jakarta.xml.bind:jakarta.xml.bind-api:4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0'
implementation 'io.jsonwebtoken:jjwt-api:0.12.2'
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.2'
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.2'
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.3'
implementation 'commons-codec:commons-codec:1.16.0'
implementation 'org.apache.commons:commons-lang3:3.13.0'
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.1'
Expand Down

0 comments on commit 3789f4e

Please sign in to comment.