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 2426225 commit ed9107fCopy full SHA for ed9107f
settings.gradle.kts
@@ -16,10 +16,10 @@ dependencyResolutionManagement {
16
}
17
18
create("springLibs") {
19
- version("spring", "6.2.5")
+ version("spring", "6.2.6")
20
version("spring-boot", "3.4.4")
21
- 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")
+ library("data-commons", "org.springframework.data:spring-data-commons:3.4.5")
+ library("data-elasticsearch", "org.springframework.data:spring-data-elasticsearch:5.4.5")
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