From a05a777ebbdef964fc4e091a77e1700383c628bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 02:16:29 +0000 Subject: [PATCH] Bump io.spring.dependency-management in /spring-boot-reactive-native 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] --- spring-boot-reactive-native/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-reactive-native/build.gradle.kts b/spring-boot-reactive-native/build.gradle.kts index 7531ef7d..cdcf2564 100644 --- a/spring-boot-reactive-native/build.gradle.kts +++ b/spring-boot-reactive-native/build.gradle.kts @@ -2,7 +2,7 @@ plugins { java application id("org.springframework.boot") version "3.4.0" - id("io.spring.dependency-management") version "1.1.6" + id("io.spring.dependency-management") version "1.1.7" id("org.graalvm.buildtools.native") version "0.10.3" id("com.google.cloud.tools.jib") version "3.4.4" }