From 3acdf590b7f6709549d31d34ff3e5b307477dc0d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 18 Oct 2022 10:06:06 +0100 Subject: [PATCH] Upgrade to Dependency Management Plugin 1.1.0 Closes gh-32760 --- 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 9be53903f1..4076e45246 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -172,7 +172,7 @@ bom { ] } } - library("Dependency Management Plugin", "1.0.14.RELEASE") { + library("Dependency Management Plugin", "1.1.0") { group("io.spring.gradle") { modules = [ "dependency-management-plugin"