From af0ce7bf38fb06c8e2e7314b8b00ca67a5f889b7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Jan 2023 13:14:29 +0000 Subject: [PATCH] Upgrade to Spring Data 2022.0.1 Closes gh-33810 --- 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 3cd59b0a69f..d98fb99df08 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1354,7 +1354,7 @@ bom { ] } } - library("Spring Data Bom", "2022.0.1-SNAPSHOT") { + library("Spring Data Bom", "2022.0.1") { group("org.springframework.data") { imports = [ "spring-data-bom"