From 5e2575371dcb50c8e9e26b6a0db493e515bc81ec Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jul 2023 18:13:28 +0200 Subject: [PATCH] Upgrade to Dependency Management Plugin 1.1.1 Closes gh-36363 --- 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 fd699ea2a4..85b438ad76 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -223,7 +223,7 @@ bom { ] } } - library("Dependency Management Plugin", "1.1.0") { + library("Dependency Management Plugin", "1.1.1") { group("io.spring.gradle") { modules = [ "dependency-management-plugin"