1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
opensearch = 2.4.1
lucene = 9.4.2
bundled_jdk_vendor = adoptium
bundled_jdk = 17.0.5+8
# optional dependencies
spatial4j = 0.7
jts = 1.15.0
jackson = 2.14.1
jackson_databind = 2.14.1
snakeyaml = 1.32
icu4j = 70.1
supercsv = 2.4.0
# Update to 2.17.2+ is breaking OpenSearchJsonLayout (see https://issues.apache.org/jira/browse/LOG4J2-3562)
log4j = 2.17.1
slf4j = 1.7.36
asm = 9.4
jettison = 1.5.1
woodstox = 6.4.0
kotlin = 1.7.10
# when updating the JNA version, also update the version in buildSrc/build.gradle
jna = 5.5.0
netty = 4.1.84.Final
joda = 2.10.12
# client dependencies
httpclient = 4.5.13
httpcore = 4.4.15
httpasyncclient = 4.1.5
commonslogging = 1.2
commonscodec = 1.15
# plugin dependencies
aws = 1.12.270
# when updating this version, you need to ensure compatibility with:
# - plugins/ingest-attachment (transitive dependency, check the upstream POM)
# - distribution/tools/plugin-cli
bouncycastle=1.70
# test dependencies
randomizedrunner = 2.7.1
junit = 4.13.2
hamcrest = 2.1
# Update to 4.8.0 is using reflection without SecurityManager checks (fails with java.security.AccessControlException)
mockito = 4.7.0
objenesis = 3.2
bytebuddy = 1.12.18
# benchmark dependencies
jmh = 1.35
|