Browse Source

Upgrade to Elasticsearch Client 9.1.5

Closes gh-47677
pull/47694/head
Stéphane Nicoll 2 months ago
parent
commit
ce77c5ec4c
  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.4") { library("Elasticsearch Client", "9.1.5") {
prohibit { prohibit {
contains "-alpha" contains "-alpha"
contains "-beta" contains "-beta"

Loading…
Cancel
Save