Skip to content

Commit fb72e81

Browse files
Bump org.springframework.data:spring-data-elasticsearch (#435)
Bumps [org.springframework.data:spring-data-elasticsearch](https://github.com/spring-projects/spring-data-elasticsearch) from 5.4.3 to 5.4.4. - [Release notes](https://github.com/spring-projects/spring-data-elasticsearch/releases) - [Commits](spring-projects/spring-data-elasticsearch@5.4.3...5.4.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b249b3a commit fb72e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencyResolutionManagement {
1919
version("spring", "6.2.3")
2020
version("spring-boot", "3.4.3")
2121
library("data-commons", "org.springframework.data:spring-data-commons:3.4.3")
22-
library("data-elasticsearch", "org.springframework.data:spring-data-elasticsearch:5.4.3")
22+
library("data-elasticsearch", "org.springframework.data:spring-data-elasticsearch:5.4.4")
2323
library("web", "org.springframework", "spring-web").versionRef("spring")
2424
library("context", "org.springframework", "spring-context").versionRef("spring")
2525
library("tx", "org.springframework", "spring-tx").versionRef("spring")

0 commit comments

Comments
 (0)