From 1dd445b6ca4f3f4ad1de48e1d9c3bf8e5ca26b3b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jan 2021 08:38:23 +0100 Subject: [PATCH] Upgrade to Dependency Management Plugin 1.0.11.RELEASE Closes gh-24821 --- 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 c38a637e6297..54ffb305d1aa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -230,7 +230,7 @@ bom { ] } } - library("Dependency Management Plugin", "1.0.10.RELEASE") { + library("Dependency Management Plugin", "1.0.11.RELEASE") { group("io.spring.gradle") { modules = [ "dependency-management-plugin"