From dc5c1d637f07d5f037abe0aa0e033742d5c7b2b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 15:53:06 +0000 Subject: [PATCH] Bump org.springframework.data:spring-data-commons from 4.0.1 to 4.0.2 Bumps [org.springframework.data:spring-data-commons](https://github.com/spring-projects/spring-data-commons) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/spring-projects/spring-data-commons/releases) - [Commits](https://github.com/spring-projects/spring-data-commons/compare/4.0.1...4.0.2) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-commons dependency-version: 4.0.2 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 50808842..e424aa43 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ base = "2026.1" jacoco = "0.8.7" spring-web = "7.0.2" -spring-data = "4.0.1" +spring-data = "4.0.2" [libraries] openapi-processor-api = { module = "io.openapiprocessor:openapi-processor-api", version.ref = "api" }