From ba02a6474385939d9a03c44c5fd4f990f7969776 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Oct 2022 11:44:48 +0100 Subject: [PATCH] Upgrade to Dependency Management Plugin 1.0.15.RELEASE Closes gh-32786 --- 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 598fae94a0b3..a4d0bcabe91e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -255,7 +255,7 @@ bom { ] } } - library("Dependency Management Plugin", "1.0.14.RELEASE") { + library("Dependency Management Plugin", "1.0.15.RELEASE") { group("io.spring.gradle") { modules = [ "dependency-management-plugin"