mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 06:16:40 +00:00
This commit adds the 7.1 version constant to the 7.x branch. Co-authored-by: Andy Bristol <andy.bristol@elastic.co> Co-authored-by: Tim Brooks <tim@uncontended.net> Co-authored-by: Christoph Büscher <cbuescher@posteo.de> Co-authored-by: Luca Cavanna <javanna@users.noreply.github.com> Co-authored-by: markharwood <markharwood@gmail.com> Co-authored-by: Ioannis Kakavas <ioannis@elastic.co> Co-authored-by: Nhat Nguyen <nhat.nguyen@elastic.co> Co-authored-by: David Roberts <dave.roberts@elastic.co> Co-authored-by: Jason Tedor <jason@tedor.me> Co-authored-by: Alpar Torok <torokalpar@gmail.com> Co-authored-by: David Turner <david.turner@elastic.co> Co-authored-by: Martijn van Groningen <martijn.v.groningen@gmail.com> Co-authored-by: Tim Vernum <tim@adjective.org> Co-authored-by: Albert Zaharovits <albert.zaharovits@gmail.com>
35 lines
867 B
Properties
35 lines
867 B
Properties
elasticsearch = 7.1.0
|
|
lucene = 8.0.0-snapshot-83f9835
|
|
|
|
# optional dependencies
|
|
spatial4j = 0.7
|
|
jts = 1.15.0
|
|
jackson = 2.8.11
|
|
snakeyaml = 1.17
|
|
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
|
|
|
|
# when updating the JNA version, also update the version in buildSrc/build.gradle
|
|
jna = 4.5.1
|
|
|
|
netty = 4.1.32.Final
|
|
joda = 2.10.1
|
|
|
|
# test dependencies
|
|
randomizedrunner = 2.7.1
|
|
junit = 4.12
|
|
httpclient = 4.5.7
|
|
httpcore = 4.4.11
|
|
httpasyncclient = 4.1.4
|
|
commonslogging = 1.1.3
|
|
commonscodec = 1.11
|
|
hamcrest = 1.3
|
|
securemock = 1.2
|
|
mocksocket = 1.2
|
|
|
|
# benchmark dependencies
|
|
jmh = 1.19
|