From 62845b5a8d7507eb7e4670fe20c090d18b888ea5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Aug 2020 12:53:16 +0100 Subject: [PATCH] Upgrade to Dependency Management Plugin 1.0.10.RELEASE Closes gh-22875 --- 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 8396452f68..1712065700 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.9.RELEASE") { + library("Dependency Management Plugin", "1.0.10.RELEASE") { group("io.spring.gradle") { modules = [ "dependency-management-plugin"