Browse Source

Upgrade to Elasticsearch Client 9.2.1

Closes gh-48137
pull/48138/head
Andy Wilkinson 1 month ago
parent
commit
1fac16773d
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save