Browse Source

Upgrade to Elasticsearch Client 8.18.8

Closes gh-47671
pull/47987/head
Phillip Webb 2 months ago
parent
commit
d436c38b10
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save