Skip to content

Commit

Permalink
chore: Bump the gradle-version-updates group across 1 directory with …
Browse files Browse the repository at this point in the history
…3 updates

Bumps the gradle-version-updates group with 3 updates in the /backend directory: [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine), com.github.spotbugs and org.openrewrite.rewrite.


Updates `com.github.ben-manes.caffeine:caffeine` from 3.1.8 to 3.2.0
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](ben-manes/caffeine@v3.1.8...v3.2.0)

Updates `com.github.spotbugs` from 6.1.0 to 6.1.2

Updates `org.openrewrite.rewrite` from 7.0.2 to 7.0.3

---
updated-dependencies:
- dependency-name: com.github.ben-manes.caffeine:caffeine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-version-updates
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-version-updates
- dependency-name: org.openrewrite.rewrite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-version-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 6b767fb commit 454ea0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ plugins {
id "org.springframework.boot" version "3.4.1"
id "io.spring.dependency-management" version "1.1.7"
id "io.freefair.lombok" version "8.11"
id "com.github.spotbugs" version "6.1.0"
id "com.github.spotbugs" version "6.1.2"
id "com.github.ben-manes.versions" version "0.51.0"
id "org.owasp.dependencycheck" version "8.4.3"
id "com.diffplug.spotless" version "7.0.2"
id "info.solidsoft.pitest" version "1.15.0"
id "org.openrewrite.rewrite" version "7.0.2"
id "org.openrewrite.rewrite" version "7.0.3"
}

spotless {
Expand All @@ -21,7 +21,7 @@ spotless {
ext {
javaUuidGeneratorVersion = "5.1.0"
logstashVersion = "8.0"
caffeineVersion = "3.1.8"
caffeineVersion = "3.2.0"
mockServerVersion = "5.15.0"
archUnitVersion = "1.3.0"
jUnit5PitestVersion = "1.2.1"
Expand Down

0 comments on commit 454ea0e

Please sign in to comment.