From 1bc7e22f955c0852cfcd46f38ce325cd4f08f0be Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 11:15:57 +0100 Subject: [PATCH] Upgrade to Dependency Management Plugin 1.1.6 Closes gh-41362 --- 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 4256956d67..b4d4bfd8e1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -228,7 +228,7 @@ bom { ] } } - library("Dependency Management Plugin", "1.1.5") { + library("Dependency Management Plugin", "1.1.6") { group("io.spring.gradle") { modules = [ "dependency-management-plugin"