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 f2160b3 commit 358ea76Copy full SHA for 358ea76
settings.gradle.kts
@@ -18,7 +18,7 @@ dependencyResolutionManagement {
18
create("springLibs") {
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")
+ library("data-commons", "org.springframework.data:spring-data-commons:3.4.4")
22
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")
0 commit comments