From 0f396c91f4438719d5aa63b747132735e9601279 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Jul 2023 19:55:48 +0200 Subject: [PATCH] Upgrade to Dependency Management Plugin 1.1.2 Closes gh-36433 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 5adb0f8208..efb0aa492a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -187,7 +187,7 @@ bom { ] } } - library("Dependency Management Plugin", "1.1.1") { + library("Dependency Management Plugin", "1.1.2") { group("io.spring.gradle") { modules = [ "dependency-management-plugin"