Skip to content

Commit eda194b

Browse files
Bump org.springframework.boot:spring-boot-gradle-plugin
Bumps [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 3.4.3 to 4.0.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.3...v4.0.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 38cbcf9 commit eda194b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
dependencies {
1515
val kotlin = "2.1.10"
1616
val helm = "2.2.0"
17-
implementation("org.springframework.boot:spring-boot-gradle-plugin:3.4.3")
17+
implementation("org.springframework.boot:spring-boot-gradle-plugin:4.0.2")
1818
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin")
1919
implementation("org.jetbrains.kotlin:kotlin-serialization:$kotlin")
2020
implementation("org.jetbrains.kotlin:kotlin-allopen:$kotlin")

0 commit comments

Comments
 (0)