Skip to content

Commit

Permalink
Bump the development-dependencies group with 2 updates (#3692)
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 2 updates: io.spring.dependency-management and com.github.spotbugs.


Updates `io.spring.dependency-management` from 1.1.6 to 1.1.7

Updates `com.github.spotbugs` from 6.0.26 to 6.0.27

---
updated-dependencies:
- dependency-name: io.spring.dependency-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: com.github.spotbugs
  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 Dec 21, 2024
1 parent 5a75f05 commit 7b56e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ plugins {
id 'idea'
id 'org.ajoberstar.grgit' version '5.2.2'
id 'io.spring.nohttp' version '0.0.11'
id 'io.spring.dependency-management' version '1.1.6' apply false
id 'com.github.spotbugs' version '6.0.26'
id 'io.spring.dependency-management' version '1.1.7' apply false
id 'com.github.spotbugs' version '6.0.27'
id 'io.freefair.aggregate-javadoc' version '8.6'
}

Expand Down

0 comments on commit 7b56e33

Please sign in to comment.