2017-02-03 10:39:56 -05:00
|
|
|
# When updating elasticsearch, please update 'rest' version in core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
|
2017-08-01 15:47:48 -04:00
|
|
|
elasticsearch = 7.0.0-alpha1
|
2017-09-21 19:19:33 -04:00
|
|
|
lucene = 7.0.0
|
2015-11-10 02:34:22 -05:00
|
|
|
|
|
|
|
# optional dependencies
|
2016-03-07 04:12:23 -05:00
|
|
|
spatial4j = 0.6
|
2015-11-10 02:34:22 -05:00
|
|
|
jts = 1.13
|
2017-01-13 03:05:48 -05:00
|
|
|
jackson = 2.8.6
|
2016-06-17 03:22:39 -04:00
|
|
|
snakeyaml = 1.15
|
2017-09-01 12:38:22 -04:00
|
|
|
# when updating log4j, please update also docs/java-api/index.asciidoc
|
|
|
|
# when updating this version, please check if https://github.com/apache/logging-log4j2/pull/109 is released into the version that you are
|
|
|
|
# bumping to; if it is, remove the assumeTrues in EvilLoggerTests
|
2017-08-31 09:54:35 -04:00
|
|
|
log4j = 2.9.0
|
2015-11-10 02:34:22 -05:00
|
|
|
slf4j = 1.6.2
|
2017-08-24 18:46:49 -04:00
|
|
|
|
|
|
|
# when updating the JNA version, also update the version in buildSrc/build.gradle
|
2017-06-30 14:22:20 -04:00
|
|
|
jna = 4.4.0-1
|
2015-11-10 02:34:22 -05:00
|
|
|
|
|
|
|
# test dependencies
|
2017-07-04 10:48:11 -04:00
|
|
|
randomizedrunner = 2.5.2
|
2017-05-02 03:58:21 -04:00
|
|
|
junit = 4.12
|
2016-05-20 06:02:42 -04:00
|
|
|
httpclient = 4.5.2
|
2017-02-03 10:39:56 -05:00
|
|
|
# When updating httpcore, please also update core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
|
2016-07-01 06:19:37 -04:00
|
|
|
httpcore = 4.4.5
|
2017-02-03 10:39:56 -05:00
|
|
|
# When updating httpasyncclient, please also update core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
|
|
|
|
httpasyncclient = 4.1.2
|
2015-11-10 17:58:46 -05:00
|
|
|
commonslogging = 1.1.3
|
|
|
|
commonscodec = 1.10
|
2016-06-06 09:02:52 -04:00
|
|
|
hamcrest = 1.3
|
2016-06-17 07:50:18 -04:00
|
|
|
securemock = 1.2
|
2017-02-03 10:39:56 -05:00
|
|
|
# When updating mocksocket, please also update core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
|
2017-06-28 11:51:20 -04:00
|
|
|
mocksocket = 1.2
|
2017-02-03 10:39:56 -05:00
|
|
|
|
2016-06-15 10:48:02 -04:00
|
|
|
# benchmark dependencies
|
2016-12-19 04:02:28 -05:00
|
|
|
jmh = 1.17.3
|