From 67cc99111c7e5d4dc97032364fff307fe1816cc5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 21 Sep 2022 10:59:05 +0100 Subject: [PATCH] Upgrade to Dependency Management Plugin 1.1.0-RC1 Closes gh-32460 --- 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 9281542fe7..ed2a272cad 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -165,7 +165,7 @@ bom { ] } } - library("Dependency Management Plugin", "1.0.14.RELEASE") { + library("Dependency Management Plugin", "1.1.0-RC1") { group("io.spring.gradle") { modules = [ "dependency-management-plugin"