Skip to content

Commit

Permalink
Bump the development-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 2 updates: com.github.spotbugs and [org.springframework.boot:spring-boot-starter](https://github.com/spring-projects/spring-boot).


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

Updates `org.springframework.boot:spring-boot-starter` from 3.2.5 to 3.2.6
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.2.6)

---
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] committed May 28, 2024
1 parent 31975a7 commit 9ee5885
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 @@ -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.14'
id 'com.github.spotbugs' version '6.0.15'
}

apply plugin: 'io.spring.nohttp'
Expand Down Expand Up @@ -68,7 +68,7 @@ ext {
mockitoVersion = '5.10.0'
reactorVersion = '2023.0.6'
scalaVersion = '2.13'
springBootVersion = '3.2.5' // docs module
springBootVersion = '3.2.6' // docs module
springDataVersion = '2024.0.0'
springRetryVersion = '2.0.6'
springVersion = '6.1.7'
Expand Down

0 comments on commit 9ee5885

Please sign in to comment.