Skip to content

Commit 68cf508

Browse files
Bump org.springframework.boot:spring-boot-gradle-plugin
Bumps [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 3.5.4 to 3.5.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.4...v3.5.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-version: 3.5.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d6e7393 commit 68cf508

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

junit5-spring-boot-rest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '3.5.4'
3+
springBootVersion = '3.5.5'
44
}
55
repositories {
66
mavenCentral()

junit5-spring-boot-web/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '3.5.4'
3+
springBootVersion = '3.5.5'
44
}
55
repositories {
66
mavenCentral()

junit5-spring-boot/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '3.5.4'
3+
springBootVersion = '3.5.5'
44
}
55
repositories {
66
mavenCentral()

0 commit comments

Comments
 (0)