From b31ff03fdbef8f9e1c94d42ba5121dc382a83ad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 02:59:13 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.2.0-RC2 to 6.2.0-SNAPSHOT. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/commits) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 921358155..d01db84c1 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ ext { reactorVersion = '2024.0.0-SNAPSHOT' springDataVersion = '2024.1.0-RC1' springRetryVersion = '2.0.10' - springVersion = '6.2.0-RC2' + springVersion = '6.2.0-SNAPSHOT' testcontainersVersion = '1.20.3' javaProjects = subprojects - project(':spring-amqp-bom')