Skip to content

Commit

Permalink
Update dependency io.jsonwebtoken:jjwt to v0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 69ef1ed commit 79feb54
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 @@ -445,7 +445,7 @@ dependencies {
implementation group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.1.8'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.4'
implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.40'
implementation group: 'io.jsonwebtoken', name: 'jjwt', version: '0.9.1'
implementation group: 'io.jsonwebtoken', name: 'jjwt', version: '0.12.6'
implementation group: 'commons-io', name:'commons-io', version: '2.16.1'
implementation group: 'org.apache.commons', name: 'commons-compress', version: '1.27.1'
implementation group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.4'
Expand Down

0 comments on commit 79feb54

Please sign in to comment.