Skip to content

Commit 64b356b

Browse files
Bump the development-dependencies group with 2 updates (#3453)
Bumps the development-dependencies group with 2 updates: [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 `io.spring.develocity.conventions` from 0.0.19 to 0.0.20 - [Release notes](https://github.com/spring-io/develocity-conventions/releases) - [Commits](spring-io/develocity-conventions@v0.0.19...v0.0.20) Updates `org.springframework.boot:spring-boot-starter` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.2...v3.3.3) --- updated-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 4379084 commit 64b356b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ ext {
6767
mockitoVersion = '5.12.0'
6868
reactorVersion = '2024.0.0-M5'
6969
scalaVersion = '2.13'
70-
springBootVersion = '3.3.2' // docs module
70+
springBootVersion = '3.3.3' // docs module
7171
springDataVersion = '2024.0.3'
7272
springRetryVersion = '2.0.8'
7373
springVersion = '6.2.0-M7'

settings.gradle

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

88
plugins {
99
id 'com.gradle.develocity' version '3.17.6'
10-
id 'io.spring.develocity.conventions' version '0.0.19'
10+
id 'io.spring.develocity.conventions' version '0.0.20'
1111
}
1212

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

0 commit comments

Comments
 (0)