Skip to content

Commit 0734dd5

Browse files
Bump the development-dependencies group across 1 directory with 3 updates (#3533)
Bumps the development-dependencies group with 3 updates in the / directory: com.github.spotbugs, [io.spring.develocity.conventions](https://github.com/spring-io/develocity-conventions) 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.24 Updates `io.spring.develocity.conventions` from 0.0.21 to 0.0.22 - [Release notes](https://github.com/spring-io/develocity-conventions/releases) - [Commits](spring-io/develocity-conventions@v0.0.21...v0.0.22) 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: io.spring.develocity.conventions 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 deba907 commit 0734dd5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
id 'org.ajoberstar.grgit' version '5.2.2'
2121
id 'io.spring.nohttp' version '0.0.11'
2222
id 'io.spring.dependency-management' version '1.1.6' apply false
23-
id 'com.github.spotbugs' version '6.0.22'
23+
id 'com.github.spotbugs' version '6.0.24'
2424
id 'io.freefair.aggregate-javadoc' version '8.6'
2525
}
2626

@@ -67,7 +67,7 @@ ext {
6767
mockitoVersion = '5.10.0'
6868
reactorVersion = '2023.0.10'
6969
scalaVersion = '2.13'
70-
springBootVersion = '3.2.9' // docs module
70+
springBootVersion = '3.2.10' // docs module
7171
springDataVersion = '2024.0.4'
7272
springRetryVersion = '2.0.9'
7373
springVersion = '6.1.13'

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginManagement {
66
}
77

88
plugins {
9-
id 'io.spring.develocity.conventions' version '0.0.21'
9+
id 'io.spring.develocity.conventions' version '0.0.22'
1010
}
1111

1212
rootProject.name = 'spring-kafka-dist'

0 commit comments

Comments
 (0)