From 3f0fd73d893d2040e55223ea03e25c28e96cf48b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:12:07 +0000 Subject: [PATCH] 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](https://github.com/spring-projects/spring-boot/compare/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] --- buildSrc/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 75dbc76..ead39f4 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -10,7 +10,7 @@ dependencies { val kotlinVersion = "2.0.10" implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion") // kotlin("jvm") implementation("org.jetbrains.kotlin:kotlin-allopen:$kotlinVersion") // kotlin("plugin.spring") - implementation("org.springframework.boot:spring-boot-gradle-plugin:3.4.1") // id("org.springframework.boot") + implementation("org.springframework.boot:spring-boot-gradle-plugin:3.4.2") // id("org.springframework.boot") implementation("io.spring.gradle:dependency-management-plugin:1.1.7") // id("io.spring.dependency-management") implementation("com.adarshr:gradle-test-logger-plugin:4.0.0") // id("com.adarshr.test-logger") implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7") // id("io.gitlab.arturbosch.detekt")