From 27162bc3b9c3bbc1d55a429ef75985516962a768 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jan 2021 08:52:14 +0100 Subject: [PATCH] Upgrade to Dependency Management Plugin 1.0.11.RELEASE Closes gh-24827 --- 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 88ec61216d8c..922c9f5c311f 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"