Skip to content

Commit 47df5e0

Browse files
committed
Update REST client version
1 parent 7ecb2e0 commit 47df5e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

java-client/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,9 @@ publishing {
159159
}
160160

161161
dependencies {
162-
val elasticsearchVersion = "7.17.0-SNAPSHOT"
162+
// Compile and test with the last 7.x version to make sure transition scenarios where
163+
// the Java API client coexists with a 7.x HLRC work fine
164+
val elasticsearchVersion = "7.17.1"
163165
val jacksonVersion = "2.13.1"
164166

165167
// Apache 2.0

0 commit comments

Comments
 (0)