From c34067dd6f9657097227a0386e6eac3896357053 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 08:05:11 +0200 Subject: [PATCH] chore(deps): Bump io.spring.dependency-management from 1.1.4 to 1.1.5 (#1152) Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.4...v1.1.5) --- updated-dependencies: - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e99eadd98..229343301 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ plugins { // only apply the plugin in the subprojects requiring it because it expects a Spring Boot app // and the shared lib is obviously not one id("org.springframework.boot") version "3.2.5" apply false - id("io.spring.dependency-management") version "1.1.4" apply false + id("io.spring.dependency-management") version "1.1.5" apply false id("org.graalvm.buildtools.native") version "0.10.1" kotlin("jvm") version "1.9.23" apply false kotlin("plugin.spring") version "1.9.23" apply false