2020-11-11 08:08:16 -05:00
|
|
|
elasticsearch = 7.10.1
|
2020-11-03 10:57:04 -05:00
|
|
|
lucene = 8.7.0
|
2015-11-10 02:34:22 -05:00
|
|
|
|
2020-10-29 13:55:46 -04:00
|
|
|
bundled_jdk_vendor = adoptopenjdk
|
|
|
|
bundled_jdk = 15.0.1+9
|
2019-03-08 14:04:18 -05:00
|
|
|
|
2020-03-27 11:04:38 -04:00
|
|
|
checkstyle = 8.20
|
|
|
|
|
2015-11-10 02:34:22 -05:00
|
|
|
# optional dependencies
|
2018-04-03 03:27:14 -04:00
|
|
|
spatial4j = 0.7
|
|
|
|
jts = 1.15.0
|
2020-05-06 17:19:22 -04:00
|
|
|
jackson = 2.10.4
|
|
|
|
snakeyaml = 1.26
|
2018-08-10 07:19:06 -04: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 08:56:21 -04:00
|
|
|
log4j = 2.11.1
|
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
|
2020-06-17 07:34:24 -04:00
|
|
|
jna = 5.5.0
|
2015-11-10 02:34:22 -05:00
|
|
|
|
2020-04-30 17:58:27 -04:00
|
|
|
netty = 4.1.49.Final
|
2019-10-31 09:26:35 -04:00
|
|
|
joda = 2.10.4
|
2018-10-12 11:13:28 -04: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 07:11:34 -05:00
|
|
|
bouncycastle=1.64
|
2015-11-10 02:34:22 -05:00
|
|
|
# test dependencies
|
2018-11-29 08:38:09 -05:00
|
|
|
randomizedrunner = 2.7.1
|
2017-05-02 03:58:21 -04:00
|
|
|
junit = 4.12
|
2019-09-11 07:42:32 -04:00
|
|
|
httpclient = 4.5.10
|
|
|
|
httpcore = 4.4.12
|
2019-01-30 16:24:29 -05:00
|
|
|
httpasyncclient = 4.1.4
|
2015-11-10 17:58:46 -05:00
|
|
|
commonslogging = 1.1.3
|
2019-01-30 16:24:29 -05:00
|
|
|
commonscodec = 1.11
|
2019-04-25 02:39:40 -04:00
|
|
|
hamcrest = 2.1
|
2016-06-17 07:50:18 -04:00
|
|
|
securemock = 1.2
|
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
|
2017-12-29 04:56:47 -05:00
|
|
|
jmh = 1.19
|