Browse Source

Upgrade to Elasticsearch 7.5.2

Closes gh-20066
pull/20102/head
Stephane Nicoll 6 years ago
parent
commit
ad8fa8f6a0
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -273,7 +273,7 @@ bom { @@ -273,7 +273,7 @@ bom {
]
}
}
library("Elasticsearch", "7.5.1") {
library("Elasticsearch", "7.5.2") {
group("org.elasticsearch") {
modules = [
"elasticsearch"

Loading…
Cancel
Save