Skip to content

Commit

Permalink
chore: Bump the gradle-version-updates group in /backend with 2 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-version-updates group in /backend with 2 updates: [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) and org.openrewrite.rewrite.


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)

Updates `org.openrewrite.rewrite` from 6.26.0 to 6.27.0

---
updated-dependencies:
- dependency-name: com.nimbusds:nimbus-jose-jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-version-updates
- dependency-name: org.openrewrite.rewrite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-version-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Nov 11, 2024
1 parent 53dbe63 commit c9cfde6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
id "org.owasp.dependencycheck" version "8.4.3"
id "com.diffplug.spotless" version "6.25.0"
id "info.solidsoft.pitest" version "1.15.0"
id "org.openrewrite.rewrite" version "6.26.0"
id "org.openrewrite.rewrite" version "6.27.0"
}

spotless {
Expand Down Expand Up @@ -40,7 +40,7 @@ dependencies {
implementation "org.springframework.boot:spring-boot-starter-cache"
implementation "org.springframework.boot:spring-boot-starter-actuator"
implementation "org.springframework.boot:spring-boot-starter-oauth2-client"
implementation "com.nimbusds:nimbus-jose-jwt:9.45" // Explicit version to fix CVE-2023-52428
implementation "com.nimbusds:nimbus-jose-jwt:9.46" // Explicit version to fix CVE-2023-52428
implementation "com.fasterxml.uuid:java-uuid-generator:${javaUuidGeneratorVersion}"
implementation "net.logstash.logback:logstash-logback-encoder:${logstashVersion}"
implementation "com.github.ben-manes.caffeine:caffeine:${caffeineVersion}"
Expand Down

0 comments on commit c9cfde6

Please sign in to comment.