From ab3d785827395f882c5df5022212379445344ba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 10:57:43 +0000 Subject: [PATCH] Bump org.springframework.data:spring-data-commons from 2.7.18 to 3.5.3 Bumps [org.springframework.data:spring-data-commons](https://github.com/spring-projects/spring-data-commons) from 2.7.18 to 3.5.3. - [Release notes](https://github.com/spring-projects/spring-data-commons/releases) - [Commits](https://github.com/spring-projects/spring-data-commons/compare/2.7.18...3.5.3) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-commons dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4e94005f..bd397827 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ junit = "5.9.3" jacoco = "0.8.7" spring-web = "5.3.39" -spring-data = "2.7.18" +spring-data = "3.5.3" # although testInt builds with jdk 17 it is complaing that the dependecies need jdk 17 #spring-web = "6.2.7"