Skip to content

Commit 73f175b

Browse files
Bump org.springframework.boot:spring-boot-gradle-plugin in /buildSrc
Bumps [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.1...v3.4.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 165a5c9 commit 73f175b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
val kotlinVersion = "2.0.10"
1111
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion") // kotlin("jvm")
1212
implementation("org.jetbrains.kotlin:kotlin-allopen:$kotlinVersion") // kotlin("plugin.spring")
13-
implementation("org.springframework.boot:spring-boot-gradle-plugin:3.4.1") // id("org.springframework.boot")
13+
implementation("org.springframework.boot:spring-boot-gradle-plugin:3.4.2") // id("org.springframework.boot")
1414
implementation("io.spring.gradle:dependency-management-plugin:1.1.7") // id("io.spring.dependency-management")
1515
implementation("com.adarshr:gradle-test-logger-plugin:4.0.0") // id("com.adarshr.test-logger")
1616
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7") // id("io.gitlab.arturbosch.detekt")

0 commit comments

Comments
 (0)