From bcfe6e2cc50fd869d8bbd7892f2011a312a549f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:51:31 +0000 Subject: [PATCH] Bump io.spring.dependency-management in /spring-boot-reactive Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.3 to 1.1.4. - [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.3...v1.1.4) --- 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/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-reactive/build.gradle b/spring-boot-reactive/build.gradle index f091bc56..0537b366 100644 --- a/spring-boot-reactive/build.gradle +++ b/spring-boot-reactive/build.gradle @@ -1,6 +1,6 @@ plugins { id 'org.springframework.boot' version '3.1.5' - id 'io.spring.dependency-management' version '1.1.3' + id 'io.spring.dependency-management' version '1.1.4' id 'java' id("com.google.cloud.tools.jib") version "3.4.0" }