forked from opensearch-project/OpenSearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
version.properties
56 lines (47 loc) · 1.43 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
45
46
47
48
49
50
51
52
53
54
55
56
opensearch = 3.0.0
lucene = 9.5.0
bundled_jdk_vendor = adoptium
bundled_jdk = 19.0.2+7
# 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.3
woodstox = 6.4.0
kotlin = 1.7.10
antlr4 = 4.11.1
# when updating the JNA version, also update the version in buildSrc/build.gradle
jna = 5.5.0
netty = 4.1.86.Final
joda = 2.12.2
# client dependencies
httpclient5 = 5.1.4
httpcore5 = 5.1.5
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
mockito = 5.1.0
objenesis = 3.2
bytebuddy = 1.12.22
# benchmark dependencies
jmh = 1.35