Browse Source

Upgrade to Elasticsearch Client 9.1.4

Closes gh-47173
pull/47203/head
Stéphane Nicoll 3 months ago
parent
commit
6fba2c2a35
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -352,7 +352,7 @@ bom { @@ -352,7 +352,7 @@ bom {
releaseNotes("https://github.com/ehcache/ehcache3/releases/tag/v{version}")
}
}
library("Elasticsearch Client", "9.1.3") {
library("Elasticsearch Client", "9.1.4") {
prohibit {
contains "-alpha"
contains "-beta"

Loading…
Cancel
Save