From b9d4ff7b17c734a3eef3cd376f904672f5f3be8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 00:36:26 +0000 Subject: [PATCH] Bump org.springframework.data:spring-data-bom (#8958) Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom) from 2024.0.0-M1 to 2024.0.0-SNAPSHOT. - [Release notes](https://github.com/spring-projects/spring-data-bom/releases) - [Commits](https://github.com/spring-projects/spring-data-bom/commits) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4e022483da..2fffdb2ca0 100644 --- a/build.gradle +++ b/build.gradle @@ -108,7 +108,7 @@ ext { servletApiVersion = '6.0.0' smackVersion = '4.5.0-alpha2' springAmqpVersion = '3.1.2' - springDataVersion = '2024.0.0-M1' + springDataVersion = '2024.0.0-SNAPSHOT' springGraphqlVersion = '1.3.0-M1' springKafkaVersion = '3.2.0-SNAPSHOT' springRetryVersion = '2.0.5'