From 55adfaea8d339a24742da9fbabe0a9e6a448c5d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 20:43:42 +0000 Subject: [PATCH] chore(deps): bump org.springframework.boot:spring-boot-configuration-processor Bumps [org.springframework.boot:spring-boot-configuration-processor](https://github.com/spring-projects/spring-boot) from 3.4.3 to 3.4.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.3...v3.4.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-version: 3.4.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e4a6af1a..c47f1f8f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ allprojects { implementation(platform("io.ktor:ktor-bom:3.0.3")) implementation(platform("org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom:2025.4.10")) - compileOnly("org.springframework.boot:spring-boot-configuration-processor:3.4.3") + compileOnly("org.springframework.boot:spring-boot-configuration-processor:3.4.5") // "kapt"("org.springframework.boot:spring-boot-configuration-processor:3.4.3") }