From 64a3276b78a8dcd4d8ad8cf0f7102ff592eb2fe4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Aug 2022 12:15:09 +0100 Subject: [PATCH] Upgrade to Dependency Management Plugin 1.0.13.RELEASE Closes gh-32055 --- 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 d2f09e1802f..8b5f0e2ddd2 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.12.RELEASE") { + library("Dependency Management Plugin", "1.0.13.RELEASE") { group("io.spring.gradle") { modules = [ "dependency-management-plugin"