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 da35a87 commit 0a7078fCopy full SHA for 0a7078f
settings.gradle.kts
@@ -16,7 +16,7 @@ dependencyResolutionManagement {
16
create("springLibs") {
17
version("spring", "6.1.10")
18
version("spring-boot", "3.3.1")
19
- library("data-commons", "org.springframework.data:spring-data-commons:3.3.1")
+ library("data-commons", "org.springframework.data:spring-data-commons:3.3.2")
20
library("data-elasticsearch", "org.springframework.data:spring-data-elasticsearch:5.3.2")
21
library("web", "org.springframework", "spring-web").versionRef("spring")
22
library("context", "org.springframework", "spring-context").versionRef("spring")
0 commit comments