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

Bumps the development-dependencies group with 2 updates in the / directory: com.github.spotbugs and [org.springframework.boot:spring-boot-starter](https://github.com/spring-projects/spring-boot).


Updates `com.github.spotbugs` from 6.0.22 to 6.0.23

Updates `org.springframework.boot:spring-boot-starter` from 3.2.9 to 3.2.10
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.9...v3.2.10)

---
updated-dependencies:
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 28, 2024
1 parent deba907 commit 1a9f5d3
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 @@ -20,7 +20,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.6' apply false
id 'com.github.spotbugs' version '6.0.22'
id 'com.github.spotbugs' version '6.0.23'
id 'io.freefair.aggregate-javadoc' version '8.6'
}

Expand Down Expand Up @@ -67,7 +67,7 @@ ext {
mockitoVersion = '5.10.0'
reactorVersion = '2023.0.10'
scalaVersion = '2.13'
springBootVersion = '3.2.9' // docs module
springBootVersion = '3.2.10' // docs module
springDataVersion = '2024.0.4'
springRetryVersion = '2.0.9'
springVersion = '6.1.13'
Expand Down

0 comments on commit 1a9f5d3

Please sign in to comment.