From 1ab151408377ef8aa4140aa19a9c3281c4e88eef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:25:20 +0000 Subject: [PATCH] chore(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.5.1 --- 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 d9e1d8294..1337d145c 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.13.0") implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.2.0") - implementation("org.springframework.boot:spring-boot-gradle-plugin:3.5.0") + implementation("org.springframework.boot:spring-boot-gradle-plugin:3.5.1") // workaround to use libs in a precompiled script plugin. // https://github.com/gradle/gradle/issues/15383