Skip to content

Commit

Permalink
[CORE-69]: Bump com.nimbusds:nimbus-jose-jwt
Browse files Browse the repository at this point in the history
Bumps the minor-patch-dependencies group with 1 update: [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt).


Updates `com.nimbusds:nimbus-jose-jwt` from 9.45 to 9.46
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.46..9.45)

---
updated-dependencies:
- dependency-name: com.nimbusds:nimbus-jose-jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 8dca6d0 commit 7ea1def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
implementation 'org.springframework:spring-aspects'
implementation group: "org.apache.commons", name: "commons-lang3"
implementation group: 'jakarta.ws.rs', name: 'jakarta.ws.rs-api', version: '3.1.0'
implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.45'
implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.46'

implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'io.micrometer:micrometer-registry-prometheus'
Expand Down

0 comments on commit 7ea1def

Please sign in to comment.