Skip to content

Commit c3526d6

Browse files
Bump org.springframework.boot:spring-boot-gradle-plugin (#1703)
Co-authored-by: Boni Garcia <[email protected]>
1 parent ea96aee commit c3526d6

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.0'
3+
springBootVersion = '3.5.3'
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.0'
3+
springBootVersion = '3.5.3'
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.0'
3+
springBootVersion = '3.5.3'
44
}
55
repositories {
66
mavenCentral()

0 commit comments

Comments
 (0)