Skip to content

Commit c4541d7

Browse files
Bump the development-dependencies group with 2 updates (#3284)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 31975a7 commit c4541d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
id 'org.ajoberstar.grgit' version '5.2.2'
2323
id 'io.spring.nohttp' version '0.0.11'
2424
id 'io.spring.dependency-management' version '1.1.5' apply false
25-
id 'com.github.spotbugs' version '6.0.14'
25+
id 'com.github.spotbugs' version '6.0.15'
2626
}
2727

2828
apply plugin: 'io.spring.nohttp'
@@ -68,7 +68,7 @@ ext {
6868
mockitoVersion = '5.10.0'
6969
reactorVersion = '2023.0.6'
7070
scalaVersion = '2.13'
71-
springBootVersion = '3.2.5' // docs module
71+
springBootVersion = '3.2.6' // docs module
7272
springDataVersion = '2024.0.0'
7373
springRetryVersion = '2.0.6'
7474
springVersion = '6.1.7'

0 commit comments

Comments
 (0)