Skip to content

Commit 6452c27

Browse files
Bump org.springframework.boot:spring-boot-gradle-plugin (#1422)
Co-authored-by: Boni Garcia <boni.garcia@uc3m.es>
1 parent ee3dfd0 commit 6452c27

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

0 commit comments

Comments
 (0)