From 2b40da59eacd480ff77a67f7dd400568da19e34c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Aug 2023 14:41:23 +0200 Subject: [PATCH] Upgrade to Dependency Management Plugin 1.1.3 Closes gh-36914 --- 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 e9caac7e608..568c87e7261 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -191,7 +191,7 @@ bom { ] } } - library("Dependency Management Plugin", "1.1.2") { + library("Dependency Management Plugin", "1.1.3") { group("io.spring.gradle") { modules = [ "dependency-management-plugin"