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 cb8bd38 commit fe653adCopy full SHA for fe653ad
settings.gradle.kts
@@ -18,7 +18,7 @@ dependencyResolutionManagement {
18
create("springLibs") {
19
version("spring", "6.2.8")
20
version("spring-boot", "3.5.3")
21
- library("data-commons", "org.springframework.data:spring-data-commons:3.5.1")
+ library("data-commons", "org.springframework.data:spring-data-commons:3.5.2")
22
library("data-elasticsearch", "org.springframework.data:spring-data-elasticsearch:5.5.1")
23
library("web", "org.springframework", "spring-web").versionRef("spring")
24
library("webflux", "org.springframework", "spring-webflux").versionRef("spring")
0 commit comments