Skip to content

Commit

Permalink
Bump io.jsonwebtoken:jjwt from 0.9.1 to 0.12.5
Browse files Browse the repository at this point in the history
Bumps [io.jsonwebtoken:jjwt](https://github.com/jwtk/jjwt) from 0.9.1 to 0.12.5.
- [Release notes](https://github.com/jwtk/jjwt/releases)
- [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md)
- [Commits](jwtk/jjwt@0.9.1...0.12.5)

---
updated-dependencies:
- dependency-name: io.jsonwebtoken:jjwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent a82c2c6 commit e9ec547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mock-infrastructure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: jacksonVersion
implementation group: 'javax.annotation', name: 'javax.annotation-api', version: javaxAnnotationApiVersion
implementation group: 'com.google.protobuf', name: 'protobuf-java-util', version: protobufVersion
implementation group: 'io.jsonwebtoken', name: 'jjwt', version: '0.9.1'
implementation group: 'io.jsonwebtoken', name: 'jjwt', version: '0.12.5'
implementation group: 'com.google.code.gson', name: 'gson', version: gsonVersion
implementation group: 'io.swagger', name: 'swagger-annotations', version: '1.6.2'
testImplementation group: 'org.mockito', name: 'mockito-core', version: mockitoVersion
Expand Down
2 changes: 1 addition & 1 deletion mock-thunderhead/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
implementation group: 'org.springframework.security', name: 'spring-security-web', version: springSecurityVersion
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: jacksonVersion
implementation group: 'com.google.protobuf', name: 'protobuf-java-util', version: protobufVersion
implementation group: 'io.jsonwebtoken', name: 'jjwt', version: '0.9.1'
implementation group: 'io.jsonwebtoken', name: 'jjwt', version: '0.12.5'
testImplementation group: 'org.mockito', name: 'mockito-core', version: mockitoVersion
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: springBootVersion
testImplementation group: 'org.assertj', name: 'assertj-core', version: assertjVersion
Expand Down

0 comments on commit e9ec547

Please sign in to comment.