From 6411f88f2846775f6b8bc01a3b1c0528036b2906 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 30 Jun 2022 19:45:40 +0100 Subject: [PATCH] Upgrade to Dependency Management Plugin 1.0.12.RELEASE Closes gh-31555 --- 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 8ddb6a577f17..9e5e9a7a3261 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -237,7 +237,7 @@ bom { ] } } - library("Dependency Management Plugin", "1.0.11.RELEASE") { + library("Dependency Management Plugin", "1.0.12.RELEASE") { group("io.spring.gradle") { modules = [ "dependency-management-plugin"