From da0b8104231d40f5a48df65328c610c0217fd166 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Aug 2023 17:18:56 +0200 Subject: [PATCH] Upgrade to Dependency Management Plugin 1.1.3 Closes gh-36981 --- 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 5109a575df..8d4c6929c1 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"