mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-16 01:46:25 +00:00
Our `REPRODUCE WITH` line wasn't working for tests with `(` or `)` in the method name. This isn't super common, but happens sometimes for our yml based rest tests. This is because randomized runner's globbing mechanism dind't escape `(` or `)`. I filed this upstream at https://github.com/randomizedtesting/randomizedtesting/issues/271 and Dawid kindly fixed the issue. This upgrades to pick up the fix. Closes #35692
38 lines
1.2 KiB
Properties
38 lines
1.2 KiB
Properties
elasticsearch = 7.0.0
|
|
lucene = 8.0.0-snapshot-67cdd21996
|
|
|
|
# optional dependencies
|
|
spatial4j = 0.7
|
|
jts = 1.15.0
|
|
jackson = 2.8.11
|
|
snakeyaml = 1.17
|
|
icu4j = 62.1
|
|
supercsv = 2.4.0
|
|
# when updating log4j, please update also docs/java-api/index.asciidoc
|
|
log4j = 2.11.1
|
|
slf4j = 1.6.2
|
|
|
|
# when updating the JNA version, also update the version in buildSrc/build.gradle
|
|
jna = 4.5.1
|
|
|
|
netty = 4.1.31.Final
|
|
joda = 2.10.1
|
|
|
|
# test dependencies
|
|
randomizedrunner = 2.7.1
|
|
junit = 4.12
|
|
httpclient = 4.5.2
|
|
# When updating httpcore, please also update server/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
|
|
httpcore = 4.4.5
|
|
# When updating httpasyncclient, please also update server/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
|
|
httpasyncclient = 4.1.2
|
|
commonslogging = 1.1.3
|
|
commonscodec = 1.10
|
|
hamcrest = 1.3
|
|
securemock = 1.2
|
|
# When updating mocksocket, please also update server/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
|
|
mocksocket = 1.2
|
|
|
|
# benchmark dependencies
|
|
jmh = 1.19
|