Skip to content

Commit 70dd014

Browse files
committed
Update REST client version
1 parent 8389a69 commit 70dd014

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

java-client/build.gradle.kts

+3-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,9 @@ publishing {
169169
}
170170

171171
dependencies {
172-
val elasticsearchVersion = "7.17.0-SNAPSHOT"
172+
// Compile and test with the last 7.x version to make sure transition scenarios where
173+
// the Java API client coexists with a 7.x HLRC work fine
174+
val elasticsearchVersion = "7.17.1"
173175
val jacksonVersion = "2.13.1"
174176

175177
// Apache 2.0

0 commit comments

Comments
 (0)