From 4bc59e54e3f24ebd9c0fc67b0bf39499253d8733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 23:59:33 +0000 Subject: [PATCH] Bump org.springframework.data:spring-data-elasticsearch Bumps [org.springframework.data:spring-data-elasticsearch](https://github.com/spring-projects/spring-data-elasticsearch) from 5.0.5 to 5.1.0. - [Release notes](https://github.com/spring-projects/spring-data-elasticsearch/releases) - [Commits](https://github.com/spring-projects/spring-data-elasticsearch/compare/5.0.5...5.1.0) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-elasticsearch 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..e7758e68 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -17,7 +17,7 @@ dependencyResolutionManagement { 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-elasticsearch", "org.springframework.data:spring-data-elasticsearch:5.0.5") + library("data-elasticsearch", "org.springframework.data:spring-data-elasticsearch:5.1.0") library("web", "org.springframework", "spring-web").versionRef("spring") library("context", "org.springframework", "spring-context").versionRef("spring") library("tx", "org.springframework", "spring-tx").versionRef("spring")