From d1fa46de076e8db2469266e1bd1858e88db81ca0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 02:27:01 +0000 Subject: [PATCH] fix(deps): update dependency org.springframework:spring-beans to v7.0.7 --- model/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/build.gradle.kts b/model/build.gradle.kts index f594590..aff82bc 100644 --- a/model/build.gradle.kts +++ b/model/build.gradle.kts @@ -25,7 +25,7 @@ repositories { } val lo4jVersion = "2.25.4" -val springVersion = "7.0.6" +val springVersion = "7.0.7" val junitVersion = "6.0.3" val xmlUnitVersion = "2.11.0" val assertJVersion = "3.27.7"