From e74beaeda69bdc4bcbdea6dee9cf03665fcbd8f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 16:02:04 +0000 Subject: [PATCH] Bump org.springframework.data:spring-data-commons from 2.7.18 to 3.5.1 Bumps [org.springframework.data:spring-data-commons](https://github.com/spring-projects/spring-data-commons) from 2.7.18 to 3.5.1. - [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.1) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-commons dependency-version: 3.5.1 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 4774bfa4..3157796a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ junit = "5.9.3" jacoco = "0.8.7" spring-web = "5.3.39" -spring-data = "2.7.18" +spring-data = "3.5.1" # although testInt builds with jdk 17 it is complaing that the dependecies need jdk 17 #spring-web = "6.2.7"