From a84e65f29d3c5db51495a6f3bfffe735000191c4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 17 Dec 2024 10:42:27 +0000 Subject: [PATCH] Upgrade to Dependency Management Plugin 1.1.7 Closes gh-43543 --- 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 ab211fa253..2be01456de 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"