From d601d39da2f962312e7b336d3d44edd119c6631d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 10:26:17 +0000 Subject: [PATCH] Bump org.springframework.data:spring-data-commons from 3.5.5 to 4.0.0 Bumps [org.springframework.data:spring-data-commons](https://github.com/spring-projects/spring-data-commons) from 3.5.5 to 4.0.0. - [Release notes](https://github.com/spring-projects/spring-data-commons/releases) - [Commits](https://github.com/spring-projects/spring-data-commons/compare/3.5.5...4.0.0) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-commons dependency-version: 4.0.0 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 5124fc0a..6e38a827 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ base = "2025.7-SNAPSHOT" jacoco = "0.8.7" spring-web = "6.2.12" -spring-data = "3.5.5" +spring-data = "4.0.0" [libraries] openapi-processor-api = { module = "io.openapiprocessor:openapi-processor-api", version.ref = "api" }