Browse Source

Upgrade to Elasticsearch Client 9.2.3

Closes gh-48721
pull/48817/head
Andy Wilkinson 3 weeks ago
parent
commit
1dbd91f21f
  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.2.2") {
library("Elasticsearch Client", "9.2.3") {
prohibit {
contains "-alpha"
contains "-beta"

Loading…
Cancel
Save