Skip to content

Commit be612c5

Browse files
Bump the development-dependencies group with 3 updates (#3691)
Bumps the development-dependencies group with 3 updates: io.spring.dependency-management, com.github.spotbugs and [org.springframework.boot:spring-boot-starter](https://github.com/spring-projects/spring-boot). 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 Updates `org.springframework.boot:spring-boot-starter` from 3.3.6 to 3.3.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.6...v3.3.7) --- 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 - 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e03b47 commit be612c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ plugins {
1919
id 'idea'
2020
id 'org.ajoberstar.grgit' version '5.3.0'
2121
id 'io.spring.nohttp' version '0.0.11'
22-
id 'io.spring.dependency-management' version '1.1.6' apply false
23-
id 'com.github.spotbugs' version '6.0.26'
22+
id 'io.spring.dependency-management' version '1.1.7' apply false
23+
id 'com.github.spotbugs' version '6.0.27'
2424
id 'io.freefair.aggregate-javadoc' version '8.10.2'
2525
}
2626

@@ -67,7 +67,7 @@ ext {
6767
mockitoVersion = '5.14.2'
6868
reactorVersion = '2024.0.1'
6969
scalaVersion = '2.13'
70-
springBootVersion = '3.3.6' // docs module
70+
springBootVersion = '3.3.7' // docs module
7171
springDataVersion = '2024.1.1'
7272
springRetryVersion = '2.0.11'
7373
springVersion = '6.2.1'

0 commit comments

Comments
 (0)