Browse Source

Upgrade to Elasticsearch Client 9.2.0

Closes gh-47847
pull/47903/head
Stéphane Nicoll 2 months ago
parent
commit
8a6fea9d59
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save