Browse Source

Upgrade to Elasticsearch 7.13.3

Closes gh-27259
pull/27297/head
Stephane Nicoll 5 years ago
parent
commit
4be169ae64
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -270,7 +270,7 @@ bom { @@ -270,7 +270,7 @@ bom {
]
}
}
library("Elasticsearch", "7.12.1") {
library("Elasticsearch", "7.13.3") {
group("org.elasticsearch") {
modules = [
"elasticsearch"

Loading…
Cancel
Save