Skip to content

Commit

Permalink
Update spring boot to v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent e78c9e0 commit a4f012c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ robolectric = "4.14.1"
room = "2.6.1"
tiles-tooling-preview = "1.5.0-alpha05"
work-runtime-ktx = "2.10.0"
spring = "3.3.3"
spring = "3.4.1"
generativeai = "0.9.0-1.0.1-wasm"
buildkonfig = "0.15.2"
roborazzi = "1.36.0"
Expand Down Expand Up @@ -182,7 +182,7 @@ plugin-google-services = "com.google.gms:google-services:4.4.2"
plugin-kotlin-serialization = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" }
plugin-kotlin-spring = { module = "org.jetbrains.kotlin:kotlin-allopen", version.ref = "kotlin" }
plugin-ksp = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version.ref = "ksp" }
plugin-spring-boot = { module = "org.springframework.boot:spring-boot-gradle-plugin", version = "3.2.5" }
plugin-spring-boot = { module = "org.springframework.boot:spring-boot-gradle-plugin", version = "3.4.1" }
plugin-wire = { module = "com.squareup.wire:wire-gradle-plugin", version = "4.9.11" }
plugin-compose-multiplatform = { module = "org.jetbrains.compose:compose-gradle-plugin", version.ref = "compose-multiplatform" }
roborazzi-gradle-plugin = { module = "io.github.takahirom.roborazzi:roborazzi-gradle-plugin", version.ref = "roborazzi" }
Expand Down

0 comments on commit a4f012c

Please sign in to comment.