Skip to content

Commit f756b62

Browse files
committed
Bump Spring Boot to 3.4.1
1 parent 5989b29 commit f756b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object Config {
77
val kotlinStdLib = "stdlib-jdk8"
88

99
val springBootVersion = "2.7.5"
10-
val springBoot3Version = "3.4.0"
10+
val springBoot3Version = "3.4.1"
1111
val kotlinCompatibleLanguageVersion = "1.4"
1212

1313
val composeVersion = "1.5.3"

0 commit comments

Comments
 (0)