2021-06-01 17:19:30 +08:00
|
|
|
elasticsearch = 8.0.0
|
2021-06-30 20:49:53 +08:00
|
|
|
lucene = 8.9.0
|
2021-06-01 17:19:30 +08:00
|
|
|
|
|
|
|
bundled_jdk_vendor = adoptopenjdk
|
|
|
|
bundled_jdk = 16.0.1+9
|
|
|
|
|
2021-06-01 17:44:06 +08:00
|
|
|
checkstyle = 8.42
|
2021-06-01 17:19:30 +08:00
|
|
|
|
|
|
|
# optional dependencies
|
|
|
|
spatial4j = 0.7
|
|
|
|
jts = 1.15.0
|
2021-06-08 01:20:46 +08:00
|
|
|
jackson = 2.10.4
|
|
|
|
snakeyaml = 1.26
|
2021-06-01 17:19:30 +08:00
|
|
|
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
|
|
|
|
ecsLogging = 0.1.3
|
|
|
|
|
|
|
|
# when updating the JNA version, also update the version in buildSrc/build.gradle
|
|
|
|
jna = 5.7.0-1
|
|
|
|
|
2021-06-01 17:44:06 +08:00
|
|
|
netty = 4.1.63.Final
|
2021-06-01 17:19:30 +08:00
|
|
|
joda = 2.10.10
|
|
|
|
|
|
|
|
commons_lang3 = 3.9
|
|
|
|
|
|
|
|
# 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
|
|
|
|
bouncycastle=1.64
|
|
|
|
# test dependencies
|
|
|
|
randomizedrunner = 2.7.7
|
|
|
|
junit = 4.12
|
|
|
|
junit5 = 5.7.1
|
|
|
|
httpclient = 4.5.10
|
|
|
|
httpcore = 4.4.12
|
|
|
|
httpasyncclient = 4.1.4
|
|
|
|
commonslogging = 1.1.3
|
|
|
|
commonscodec = 1.11
|
|
|
|
hamcrest = 2.1
|
|
|
|
securemock = 1.2
|
|
|
|
mocksocket = 1.2
|
|
|
|
|
|
|
|
# benchmark dependencies
|
|
|
|
jmh = 1.26
|
|
|
|
|
|
|
|
# test dependencies
|
|
|
|
# when updating this version, also update :qa:evil-tests
|
|
|
|
jimfs = 1.2
|
|
|
|
jimfs_guava = 30.1-jre
|
|
|
|
|
|
|
|
# test framework
|
2021-06-01 17:32:36 +08:00
|
|
|
networknt_json_schema_validator = 1.0.48
|