Browse Source

Upgrade to Elasticsearch Client 8.13.2

Closes gh-40333
pull/40339/head
Andy Wilkinson 2 years ago
parent
commit
b223bdf2d5
  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.12.2") {
library("Elasticsearch Client", "8.13.2") {
group("org.elasticsearch.client") {
modules = [
"elasticsearch-rest-client" {

Loading…
Cancel
Save