version.properties 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. elasticsearch = 7.0.0-alpha1
  2. lucene = 7.3.0-snapshot-98a6b3d
  3. # optional dependencies
  4. spatial4j = 0.7
  5. jts = 1.15.0
  6. jackson = 2.8.10
  7. snakeyaml = 1.17
  8. # when updating log4j, please update also docs/java-api/index.asciidoc
  9. log4j = 2.9.1
  10. slf4j = 1.6.2
  11. # when updating the JNA version, also update the version in buildSrc/build.gradle
  12. jna = 4.5.1
  13. # test dependencies
  14. randomizedrunner = 2.5.2
  15. junit = 4.12
  16. httpclient = 4.5.2
  17. # When updating httpcore, please also update server/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
  18. httpcore = 4.4.5
  19. # When updating httpasyncclient, please also update server/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
  20. httpasyncclient = 4.1.2
  21. commonslogging = 1.1.3
  22. commonscodec = 1.10
  23. hamcrest = 1.3
  24. securemock = 1.2
  25. # When updating mocksocket, please also update server/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
  26. mocksocket = 1.2
  27. # benchmark dependencies
  28. jmh = 1.19