Skip to content

Commit

Permalink
Use 7.x compatible java client
Browse files Browse the repository at this point in the history
should allow usage of 7.x elasticsearch endpoints

Fixes #9
  • Loading branch information
breskeby committed May 17, 2022
1 parent 976c245 commit 837c2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {
}

dependencies {
implementation("co.elastic.clients:elasticsearch-java:8.1.2")
implementation("co.elastic.clients:elasticsearch-java:7.17.3")
implementation("com.fasterxml.jackson.core:jackson-databind:2.13.2")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.2")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.2")
Expand Down

0 comments on commit 837c2e0

Please sign in to comment.