From b00b2ea2c596eb091d475c51d1607d0167f37df2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 May 2023 18:43:18 +0100 Subject: [PATCH] Upgrade to Spring Data Bom 2021.0.12 Closes gh-35496 --- 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 862e65d2480..ef1e90c7ace 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1709,7 +1709,7 @@ bom { ] } } - library("Spring Data Bom", "2021.0.11") { + library("Spring Data Bom", "2021.0.12") { group("org.springframework.data") { imports = [ "spring-data-bom"