From 46a5e5d9d499ce3c1d5ee5fe1c6c47d61224fcdc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Jun 2022 14:19:53 +0200 Subject: [PATCH] Upgrade to Spring Data 2021.1.5 Closes gh-31349 --- 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 427d5f1bec..d5292868c8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1694,7 +1694,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.5-SNAPSHOT") { + library("Spring Data Bom", "2021.1.5") { group("org.springframework.data") { imports = [ "spring-data-bom"