Skip to content

Commit

Permalink
Bump the development-dependencies group across 1 directory with 2 upd…
Browse files Browse the repository at this point in the history
…ates (#3317)

Bumps the development-dependencies group with 2 updates in the / directory: com.github.spotbugs and com.gradle.develocity.

Updates `com.github.spotbugs` from 6.0.15 to 6.0.17

Updates `com.gradle.develocity` from 3.17.4 to 3.17.5

---
updated-dependencies:
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: com.gradle.develocity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

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 Jun 21, 2024
1 parent 8096c9d commit 9037582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
id 'org.ajoberstar.grgit' version '5.2.2'
id 'io.spring.nohttp' version '0.0.11'
id 'io.spring.dependency-management' version '1.1.5' apply false
id 'com.github.spotbugs' version '6.0.15'
id 'com.github.spotbugs' version '6.0.17'
}

apply plugin: 'io.spring.nohttp'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {
}

plugins {
id 'com.gradle.develocity' version '3.17.4'
id 'com.gradle.develocity' version '3.17.5'
id 'io.spring.ge.conventions' version '0.0.17'
}

Expand Down

0 comments on commit 9037582

Please sign in to comment.