Skip to content

Commit

Permalink
fix(deps): update jsonwebtoken.version to v0.12.3 (#771)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency io.jsonwebtoken:jjwt-jackson to v0.12.3

* chore(deps): update dependency io.jsonwebtoken:jjwt-impl to v0.12.3

* chore(deps): update dependency io.jsonwebtoken:jjwt-api to v0.12.3

* fix(deps): update jsonwebtoken.version to v0.12.3

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 21, 2023
1 parent c5f832f commit 6f3aa39
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ maven_install(
"org.postgresql:postgresql:42.6.0",

"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-api:0.12.3",
"io.jsonwebtoken:jjwt-impl:0.12.3",
"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
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ dependencies {

implementation 'org.postgresql:postgresql:42.6.0'
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'
implementation 'io.jsonwebtoken:jjwt-api:0.12.3'
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.3'
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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<changelog.version>1.100.6</changelog.version>
<jsonwebtoken.version>0.12.2</jsonwebtoken.version>
<jsonwebtoken.version>0.12.3</jsonwebtoken.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 6f3aa39

Please sign in to comment.