From 157e15b09b7e38badd2ffe488e88cfdbf64dbd08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 15:18:09 +0000 Subject: [PATCH] Bump org.springframework.data:spring-data-commons from 3.5.4 to 3.5.5 Bumps [org.springframework.data:spring-data-commons](https://github.com/spring-projects/spring-data-commons) from 3.5.4 to 3.5.5. - [Release notes](https://github.com/spring-projects/spring-data-commons/releases) - [Commits](https://github.com/spring-projects/spring-data-commons/compare/3.5.4...3.5.5) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-commons dependency-version: 3.5.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 0db4d310..535562ad 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.12" -spring-data = "3.5.4" +spring-data = "3.5.5" [libraries] openapi-processor-api = { module = "io.openapiprocessor:openapi-processor-api", version.ref = "api" }