From 318f7bb5f02fb234e9add8c2d45beda0a0265860 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 Nov 2023 15:49:58 +0000 Subject: [PATCH] Upgrade to Dependency Management Plugin 1.1.4 Closes gh-38344 --- 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 ef2b4fe1f7..c67f46d7d9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -185,7 +185,7 @@ bom { ] } } - library("Dependency Management Plugin", "1.1.3") { + library("Dependency Management Plugin", "1.1.4") { group("io.spring.gradle") { modules = [ "dependency-management-plugin"