From fa1ac69f391230a2405576075da4bd271bac1371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 09:49:04 +0000 Subject: [PATCH] Bump org.springframework.data:spring-data-commons from 2.7.18 to 3.5.4 Bumps [org.springframework.data:spring-data-commons](https://github.com/spring-projects/spring-data-commons) from 2.7.18 to 3.5.4. - [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.4) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-commons dependency-version: 3.5.4 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 4fe55549..bb3e5f53 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 = "6.2.11" -spring-data = "3.5.0" +spring-data = "3.5.4" [libraries] openapi-processor-api = { module = "io.openapiprocessor:openapi-processor-api", version.ref = "api" }