From 0cedbf6e06ed3b128c29c683bf8d072646070e08 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Apr 2021 13:37:24 +0200 Subject: [PATCH] Upgrade to Spring Data 2020.0.8 Closes gh-25910 --- 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 c789b4eaf3..96fdd37ed0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1558,7 +1558,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.8-SNAPSHOT") { + library("Spring Data Bom", "2020.0.8") { group("org.springframework.data") { imports = [ "spring-data-bom"