Browse Source

Upgrade to Elasticsearch 7.15.0

Closes gh-28317
pull/28344/head
Stephane Nicoll 4 years ago
parent
commit
7e01b7444f
  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.14.1") {
library("Elasticsearch", "7.15.0") {
group("org.elasticsearch") {
modules = [
"elasticsearch"

Loading…
Cancel
Save