From 2c5896231990f1cf06591d2a06eff3a3aafbe47c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 15:49:52 +0100 Subject: [PATCH] Upgrade to Dependency Management Plugin 1.1.5 Closes gh-40738 --- 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 b3725044e40..82cf8a815d3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -306,7 +306,7 @@ bom { ] } } - library("Dependency Management Plugin", "1.1.4") { + library("Dependency Management Plugin", "1.1.5") { group("io.spring.gradle") { modules = [ "dependency-management-plugin"