We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b249b3a commit fb72e81Copy full SHA for fb72e81
settings.gradle.kts
@@ -19,7 +19,7 @@ dependencyResolutionManagement {
19
version("spring", "6.2.3")
20
version("spring-boot", "3.4.3")
21
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")
+ library("data-elasticsearch", "org.springframework.data:spring-data-elasticsearch:5.4.4")
23
library("web", "org.springframework", "spring-web").versionRef("spring")
24
library("context", "org.springframework", "spring-context").versionRef("spring")
25
library("tx", "org.springframework", "spring-tx").versionRef("spring")
0 commit comments