2017-08-01 15:47:48 -04:00
|
|
|
elasticsearch = 7.0.0-alpha1
|
2018-09-06 14:42:06 +02:00
|
|
|
lucene = 8.0.0-snapshot-4d78db26be
|
2015-11-09 23:34:22 -08:00
|
|
|
|
|
|
|
# optional dependencies
|
2018-04-03 09:27:14 +02:00
|
|
|
spatial4j = 0.7
|
|
|
|
jts = 1.15.0
|
2018-08-08 12:04:25 +02:00
|
|
|
jackson = 2.8.11
|
2017-11-06 10:20:05 +01:00
|
|
|
snakeyaml = 1.17
|
2018-08-10 12:19:06 +01:00
|
|
|
icu4j = 62.1
|
|
|
|
supercsv = 2.4.0
|
2017-09-01 12:38:22 -04:00
|
|
|
# when updating log4j, please update also docs/java-api/index.asciidoc
|
2018-08-06 14:56:21 +02:00
|
|
|
log4j = 2.11.1
|
2015-11-09 23:34:22 -08: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
|
2018-01-11 17:31:10 +01:00
|
|
|
jna = 4.5.1
|
2015-11-09 23:34:22 -08:00
|
|
|
|
|
|
|
# test dependencies
|
2017-07-04 16:48:11 +02:00
|
|
|
randomizedrunner = 2.5.2
|
2017-05-02 09:58:21 +02:00
|
|
|
junit = 4.12
|
2016-05-20 12:02:42 +02:00
|
|
|
httpclient = 4.5.2
|
2018-01-11 11:30:43 -07:00
|
|
|
# When updating httpcore, please also update server/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
|
2016-07-01 12:19:37 +02:00
|
|
|
httpcore = 4.4.5
|
2018-01-11 11:30:43 -07:00
|
|
|
# When updating httpasyncclient, please also update server/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
|
2017-02-03 09:39:56 -06:00
|
|
|
httpasyncclient = 4.1.2
|
2015-11-10 14:58:46 -08:00
|
|
|
commonslogging = 1.1.3
|
|
|
|
commonscodec = 1.10
|
2016-06-06 15:02:52 +02:00
|
|
|
hamcrest = 1.3
|
2016-06-17 13:50:18 +02:00
|
|
|
securemock = 1.2
|
2018-01-11 11:30:43 -07:00
|
|
|
# When updating mocksocket, please also update server/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
|
2017-06-28 10:51:20 -05:00
|
|
|
mocksocket = 1.2
|
2017-02-03 09:39:56 -06:00
|
|
|
|
2016-06-15 16:48:02 +02:00
|
|
|
# benchmark dependencies
|
2017-12-29 10:56:47 +01:00
|
|
|
jmh = 1.19
|