Skip to content

Commit e03b399

Browse files
Bump the development-dependencies group with 2 updates (#3123)
Bumps the development-dependencies group with 2 updates: [io.spring.ge.conventions](https://github.com/spring-io/gradle-enterprise-conventions) and [org.springframework.boot:spring-boot-starter](https://github.com/spring-projects/spring-boot). Updates `io.spring.ge.conventions` from 0.0.14 to 0.0.15 - [Release notes](https://github.com/spring-io/gradle-enterprise-conventions/releases) - [Commits](spring-io/develocity-conventions@v0.0.14...v0.0.15) Updates `org.springframework.boot:spring-boot-starter` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: io.spring.ge.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 37a6465 commit e03b399

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.6.0'
6868
reactorVersion = '2023.0.4'
6969
scalaVersion = '2.13'
70-
springBootVersion = '3.2.2' // docs module
70+
springBootVersion = '3.2.3' // docs module
7171
springDataVersion = '2023.1.3'
7272
springRetryVersion = '2.0.5'
7373
springVersion = '6.1.5'

settings.gradle

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

99
plugins {
1010
id 'com.gradle.enterprise' version '3.12.6'
11-
id "io.spring.ge.conventions" version "0.0.14"
11+
id "io.spring.ge.conventions" version "0.0.15"
1212
}
1313

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

0 commit comments

Comments
 (0)