From 03844c00ccdbcc3db897e25613fe8a6c45e46034 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jan 2021 09:05:34 +0100 Subject: [PATCH] Upgrade to Dependency Management Plugin 1.0.11 Closes gh-24830 --- 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 f6b43900bd..b2ae61391f 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"