From a5cbe14168260f569e5c10f6d3b81af2c1803ae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 23:59:24 +0000 Subject: [PATCH] Bump org.springframework.data:spring-data-commons from 3.0.5 to 3.1.1 Bumps [org.springframework.data:spring-data-commons](https://github.com/spring-projects/spring-data-commons) from 3.0.5 to 3.1.1. - [Release notes](https://github.com/spring-projects/spring-data-commons/releases) - [Commits](https://github.com/spring-projects/spring-data-commons/compare/3.0.5...3.1.1) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-commons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 301983ff..f6588c08 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -16,7 +16,7 @@ dependencyResolutionManagement { create("springLibs") { version("spring", "6.0.7") version("spring-boot", "3.0.5") - library("data-commons", "org.springframework.data:spring-data-commons:3.0.5") + library("data-commons", "org.springframework.data:spring-data-commons:3.1.1") library("data-elasticsearch", "org.springframework.data:spring-data-elasticsearch:5.0.5") library("web", "org.springframework", "spring-web").versionRef("spring") library("context", "org.springframework", "spring-context").versionRef("spring")