Browse Source

Upgrade to Elasticsearch Client 8.18.5

Closes gh-46830
pull/47140/head
Stéphane Nicoll 7 months ago
parent
commit
0a4ca5be86
  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.1") {
library("Elasticsearch Client", "8.18.5") {
prohibit {
contains "-alpha"
contains "-beta"

Loading…
Cancel
Save