-
Notifications
You must be signed in to change notification settings - Fork 1.8k
/
version.properties
44 lines (36 loc) · 1.07 KB
/
version.properties
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
opensearch = 1.2.5
lucene = 8.10.1
bundled_jdk_vendor = adoptopenjdk
bundled_jdk = 15.0.1+9
# optional dependencies
spatial4j = 0.7
jts = 1.15.0
jackson = 2.12.5
snakeyaml = 1.26
icu4j = 62.1
supercsv = 2.4.0
log4j = 2.17.1
slf4j = 1.6.2
# when updating the JNA version, also update the version in buildSrc/build.gradle
jna = 5.5.0
netty = 4.1.72.Final
joda = 2.10.4
# 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.12
httpclient = 4.5.13
httpcore = 4.4.12
httpasyncclient = 4.1.4
commonslogging = 1.1.3
commonscodec = 1.13
hamcrest = 2.1
mocksocket = 1.2
mockito = 3.12.4
objenesis = 3.2
bytebuddy = 1.11.13
# benchmark dependencies
jmh = 1.19