From 9d30a0a5b609d24af09f0efe6355def1f0fea272 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 21 Sep 2022 10:04:03 +0100 Subject: [PATCH] Upgrade to Dependency Management Plugin 1.0.14.RELEASE Closes gh-32458 --- 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 9e73826a0a8e..fd48fddc4138 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.13.RELEASE") { + library("Dependency Management Plugin", "1.0.14.RELEASE") { group("io.spring.gradle") { modules = [ "dependency-management-plugin"