From 94b8eee7e8a2de950ef99b8fdafa269104c4a08f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Aug 2023 15:21:00 +0200 Subject: [PATCH] Upgrade to Dependency Management Plugin 1.1.3 Closes gh-36927 --- 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 6bcd4b63ac..3e637dfec6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -227,7 +227,7 @@ bom { ] } } - library("Dependency Management Plugin", "1.1.2") { + library("Dependency Management Plugin", "1.1.3") { group("io.spring.gradle") { modules = [ "dependency-management-plugin"