2020-03-25 18:08:39 +01:00
|
|
|
elasticsearch = 7.8.0
|
2020-03-24 13:44:28 +00:00
|
|
|
lucene = 8.5.0
|
2015-11-09 23:34:22 -08:00
|
|
|
|
2019-09-19 05:55:39 -07:00
|
|
|
bundled_jdk_vendor = adoptopenjdk
|
2020-03-18 16:16:58 -04:00
|
|
|
bundled_jdk = 14+36
|
2019-03-08 11:04:18 -08:00
|
|
|
|
2020-03-27 08:04:38 -07:00
|
|
|
checkstyle = 8.20
|
|
|
|
|
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
|
2020-03-17 10:26:35 -07:00
|
|
|
jackson = 2.10.3
|
|
|
|
snakeyaml = 1.24
|
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
|
|
|
|
2020-01-31 10:33:23 -07:00
|
|
|
netty = 4.1.45.Final
|
2019-10-31 14:26:35 +01:00
|
|
|
joda = 2.10.4
|
2018-10-12 16:13:28 +01:00
|
|
|
|
2019-03-14 08:54:14 -04:00
|
|
|
# when updating this version, you need to ensure compatibility with:
|
|
|
|
# - plugins/ingest-attachment (transitive dependency, check the upstream POM)
|
|
|
|
# - distribution/tools/plugin-cli
|
|
|
|
# - x-pack/plugin/security
|
2020-02-18 14:11:34 +02:00
|
|
|
bouncycastle=1.64
|
2015-11-09 23:34:22 -08:00
|
|
|
# test dependencies
|
2018-11-29 08:38:09 -05:00
|
|
|
randomizedrunner = 2.7.1
|
2017-05-02 09:58:21 +02:00
|
|
|
junit = 4.12
|
2019-09-11 13:42:32 +02:00
|
|
|
httpclient = 4.5.10
|
|
|
|
httpcore = 4.4.12
|
2019-01-30 14:24:29 -07:00
|
|
|
httpasyncclient = 4.1.4
|
2015-11-10 14:58:46 -08:00
|
|
|
commonslogging = 1.1.3
|
2019-01-30 14:24:29 -07:00
|
|
|
commonscodec = 1.11
|
2019-04-24 23:39:40 -07:00
|
|
|
hamcrest = 2.1
|
2016-06-17 13:50:18 +02:00
|
|
|
securemock = 1.2
|
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
|