Skip to content

Commit 5c9d055

Browse files
Update spring boot to v3.5.0
1 parent 7a00359 commit 5c9d055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ wear-watchface = "1.3.0-alpha07"
4848
wear-compose = "1.5.0-alpha12"
4949
wearPhoneInteractions = "1.1.0"
5050
work-runtime-ktx = "2.10.1"
51-
spring = "3.4.4"
51+
spring = "3.5.0"
5252
generativeai = "0.9.0-1.1.0"
5353
buildkonfig = "0.15.2"
5454
roborazzi = "1.43.1"
@@ -193,7 +193,7 @@ plugin-google-services = "com.google.gms:google-services:4.4.2"
193193
plugin-kotlin-serialization = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" }
194194
plugin-kotlin-spring = { module = "org.jetbrains.kotlin:kotlin-allopen", version.ref = "kotlin" }
195195
plugin-ksp = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version.ref = "ksp" }
196-
plugin-spring-boot = { module = "org.springframework.boot:spring-boot-gradle-plugin", version = "3.4.4" }
196+
plugin-spring-boot = { module = "org.springframework.boot:spring-boot-gradle-plugin", version = "3.5.0" }
197197
plugin-wire = { module = "com.squareup.wire:wire-gradle-plugin", version = "5.3.1" }
198198
plugin-compose-multiplatform = { module = "org.jetbrains.compose:compose-gradle-plugin", version.ref = "compose-multiplatform" }
199199
roborazzi-gradle-plugin = { module = "io.github.takahirom.roborazzi:roborazzi-gradle-plugin", version.ref = "roborazzi" }

0 commit comments

Comments
 (0)