Skip to content

Commit 061fdff

Browse files
authored
Update build.gradle
Change back the accidental push.
1 parent c8bfd21 commit 061fdff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies {
7272
elasticsearchClient('co.elastic.clients:elasticsearch-java') {
7373
// brings latest version available for 8.x branch
7474
version {
75-
strictly('[8.0, 9.0]')
75+
strictly('[8.0, 9.0[')
7676
}
7777
}
7878
elasticsearchMinimalCore fileTree(dir: { importMinimalElasticsearch.jars }, include: ["*.jar"])

0 commit comments

Comments
 (0)