Skip to content

Commit c307657

Browse files
Gradle: Bump org.springframework.boot from 3.4.4 to 3.5.5
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.4.4 to 3.5.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.4...v3.5.5) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 3.5.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9fcadbc commit c307657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
val kotlinVersion = "2.0.21"
1010
kotlin("jvm") version kotlinVersion
1111
id("com.diffplug.spotless") version "7.0.3"
12-
id("org.springframework.boot") version "3.4.4" apply false
12+
id("org.springframework.boot") version "3.5.5" apply false
1313
id("io.gitlab.arturbosch.detekt") version "1.23.8"
1414
id("pl.allegro.tech.build.axion-release") version "1.18.18"
1515
id("org.jetbrains.kotlinx.kover") version "0.9.1"

0 commit comments

Comments
 (0)