Update to Spring 6.2.2

Closes gh-1006
This commit is contained in:
Josh Cummings
2025-02-12 16:55:25 -07:00
parent 763ee4b916
commit a09489f2b7

View File

@@ -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")