We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382013d commit 2625fffCopy full SHA for 2625fff
docs/index.asciidoc
@@ -3,7 +3,7 @@
3
:branch: master
4
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
5
6
-:version: 7.16.2
+:version: 7.16.3
7
:java-client: Java API Client
8
:doc-tests: {docdir}/../java-client/src/test/java/co/elastic/clients/documentation
9
java-client/build.gradle.kts
@@ -115,7 +115,7 @@ publishing {
115
}
116
117
dependencies {
118
- val elasticsearchVersion = "7.16.0"
+ val elasticsearchVersion = "7.16.2"
119
val jacksonVersion = "2.12.0"
120
121
// Apache 2.0
0 commit comments