From 13c9f68b452c49e9d4bf2a75e2fcf764f6ae578f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 17 Dec 2024 10:40:17 +0000 Subject: [PATCH] Upgrade to Dependency Management Plugin 1.1.7 Closes gh-43542 --- 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 c507710415b..5c31b488c7b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -290,7 +290,7 @@ bom { ] } } - library("Dependency Management Plugin", "1.1.6") { + library("Dependency Management Plugin", "1.1.7") { group("io.spring.gradle") { modules = [ "dependency-management-plugin"