From e381fb4afaa5af5662e04596f07f071741cea5b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 15:53:15 +0000 Subject: [PATCH] Bump org.springframework.data:spring-data-commons from 4.0.3 to 4.0.4 Bumps [org.springframework.data:spring-data-commons](https://github.com/spring-projects/spring-data-commons) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/spring-projects/spring-data-commons/releases) - [Commits](https://github.com/spring-projects/spring-data-commons/compare/4.0.3...4.0.4) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-commons dependency-version: 4.0.4 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 67f701f0..2914bedc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ jacoco = "0.8.14" jacocolog = "4.0.1" spring-web = "7.0.5" -spring-data = "4.0.3" +spring-data = "4.0.4" [libraries] openapi-processor-api = { module = "io.openapiprocessor:openapi-processor-api", version.ref = "api" }