Browse Source

Upgrade to Elasticsearch 7.9.1

Closes gh-23347
pull/23403/head
Stephane Nicoll 5 years ago
parent
commit
d1147207c6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -271,7 +271,7 @@ bom { @@ -271,7 +271,7 @@ bom {
]
}
}
library("Elasticsearch", "7.8.1") {
library("Elasticsearch", "7.9.1") {
group("org.elasticsearch") {
modules = [
"elasticsearch"

Loading…
Cancel
Save