version.properties 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. elasticsearch = 8.0.0
  2. lucene = 8.0.0
  3. bundled_jdk = 12+33
  4. # optional dependencies
  5. spatial4j = 0.7
  6. jts = 1.15.0
  7. # note that ingest-geoip has a hard-coded version; if you modify this version,
  8. # you should also inspect that version to see if it can be advanced along with
  9. # the com.maxmind.geoip2:geoip2 dependency
  10. jackson = 2.8.11
  11. snakeyaml = 1.17
  12. icu4j = 62.1
  13. supercsv = 2.4.0
  14. # when updating log4j, please update also docs/java-api/index.asciidoc
  15. log4j = 2.11.1
  16. slf4j = 1.6.2
  17. # when updating the JNA version, also update the version in buildSrc/build.gradle
  18. jna = 4.5.1
  19. netty = 4.1.32.Final
  20. joda = 2.10.1
  21. # when updating this version, you need to ensure compatibility with:
  22. # - plugins/ingest-attachment (transitive dependency, check the upstream POM)
  23. # - distribution/tools/plugin-cli
  24. # - x-pack/plugin/security
  25. bouncycastle = 1.61
  26. # test dependencies
  27. randomizedrunner = 2.7.1
  28. junit = 4.12
  29. httpclient = 4.5.7
  30. httpcore = 4.4.11
  31. httpasyncclient = 4.1.4
  32. commonslogging = 1.1.3
  33. commonscodec = 1.11
  34. hamcrest = 1.3
  35. securemock = 1.2
  36. mocksocket = 1.2
  37. # benchmark dependencies
  38. jmh = 1.19