From b70dc1b01418a99e499f78f3b8b9d4b522e538d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:48:04 +0000 Subject: [PATCH] chore(deps): Bump io.spring.dependency-management from 1.1.6 to 1.1.7 Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.6 to 1.1.7. - [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.6...v1.1.7) --- updated-dependencies: - dependency-name: io.spring.dependency-management 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 33fa29eb6..589b12152 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,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.4.0" apply false - id("io.spring.dependency-management") version "1.1.6" apply false + id("io.spring.dependency-management") version "1.1.7" apply false id("org.graalvm.buildtools.native") version "0.10.4" kotlin("jvm") version "2.1.0" apply false kotlin("plugin.spring") version "2.1.0" apply false