File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
plugins/examples/security-authorization-engine Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
1616 testImplementation " org.elasticsearch.plugin:x-pack-core:${ elasticsearchVersion} "
1717 javaRestTestImplementation " org.elasticsearch.plugin:x-pack-core:${ elasticsearchVersion} "
1818 javaRestTestImplementation " org.apache.logging.log4j:log4j-core:${ log4jVersion} "
19- javaRestTestImplementation( " co.elastic.clients:elasticsearch-java:${ elasticsearchVersion } " )
19+ javaRestTestImplementation " co.elastic.clients:elasticsearch-java:[9.0,10.0) "
2020 javaRestTestImplementation " org.elasticsearch.client:elasticsearch-rest-client:${ elasticsearchVersion} "
2121 javaRestTestImplementation ' com.fasterxml.jackson.core:jackson-databind:2.12.3'
2222 javaRestTestImplementation " org.elasticsearch.test:framework:${ elasticsearchVersion} "
You can’t perform that action at this time.
0 commit comments