From 7a2ed2636e123e89ca44d9d5da54fddc267bb9d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 16:49:37 +0000 Subject: [PATCH] chore(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.4.5 --- 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 c8c418d23..bf3fdb543 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -15,7 +15,7 @@ dependencies { implementation("io.github.gradle-nexus:publish-plugin:2.0.0") implementation("org.openapitools:openapi-generator-gradle-plugin:7.12.0") implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.9") - implementation("org.springframework.boot:spring-boot-gradle-plugin:3.4.4") + implementation("org.springframework.boot:spring-boot-gradle-plugin:3.4.5") // workaround to use libs in a precompiled script plugin. // https://github.com/gradle/gradle/issues/15383