Browse Source

Upgrade to Elasticsearch Client 9.2.6

Closes gh-49421
pull/49582/head
Stéphane Nicoll 2 weeks ago
parent
commit
d6ab2e77ac
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save