From a09489f2b7b8ddf41bcdddb382eb8cc2b948b2f6 Mon Sep 17 00:00:00 2001 From: Josh Cummings <3627351+jzheaux@users.noreply.github.com> Date: Wed, 12 Feb 2025 16:55:25 -0700 Subject: [PATCH] Update to Spring 6.2.2 Closes gh-1006 --- dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/build.gradle b/dependencies/build.gradle index ce329320..8e780e21 100644 --- a/dependencies/build.gradle +++ b/dependencies/build.gradle @@ -20,7 +20,7 @@ dependencies { api platform("org.springframework:spring-framework-bom:$springFrameworkVersion") api platform("org.springframework.data:spring-data-bom:$springDataVersion") } else { - api platform("org.springframework:spring-framework-bom:6.1.16") + api platform("org.springframework:spring-framework-bom:6.2.2") api platform("org.springframework.data:spring-data-bom:2021.2.18") } api platform("org.springframework.security:spring-security-bom:6.4.2")