From ba9993365e5adf36f10c00df5d462b2313b546b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 01:07:23 +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.3 to 5.0.4. - [Release notes](https://github.com/spring-projects/spring-data-elasticsearch/releases) - [Commits](https://github.com/spring-projects/spring-data-elasticsearch/compare/5.0.3...5.0.4) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-elasticsearch dependency-type: direct:production update-type: version-update:semver-patch ... 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 0052e7a4..0cde3c10 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -17,7 +17,7 @@ dependencyResolutionManagement { version("spring", "6.0.6") version("spring-boot", "3.0.4") library("data-commons", "org.springframework.data:spring-data-commons:3.0.3") - library("data-elasticsearch", "org.springframework.data:spring-data-elasticsearch:5.0.3") + library("data-elasticsearch", "org.springframework.data:spring-data-elasticsearch:5.0.4") library("web", "org.springframework", "spring-web").versionRef("spring") library("context", "org.springframework", "spring-context").versionRef("spring") library("tx", "org.springframework", "spring-tx").versionRef("spring")