Skip to content

Commit

Permalink
Bump the other group in /java with 2 updates (#1122)
Browse files Browse the repository at this point in the history
Bumps the other group in /java with 2 updates: com.diffplug.spotless and com.github.ben-manes.versions.


Updates `com.diffplug.spotless` from 6.24.0 to 6.25.0

Updates `com.github.ben-manes.versions` from 0.50.0 to 0.51.0

---
updated-dependencies:
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: com.github.ben-manes.versions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent 864d238 commit 32d84dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pluginManagement {
plugins {
id("com.diffplug.spotless") version "6.24.0"
id("com.github.ben-manes.versions") version "0.50.0"
id("com.diffplug.spotless") version "6.25.0"
id("com.github.ben-manes.versions") version "0.51.0"
id("com.github.johnrengelman.shadow") version "8.1.1"
}
}
Expand Down

0 comments on commit 32d84dd

Please sign in to comment.