version.properties 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. elasticsearch = 8.6.0
  2. lucene = 9.4.1
  3. bundled_jdk_vendor = openjdk
  4. bundled_jdk = 19.0.1+10@afdd2e245b014143b62ccb916125e3ce
  5. # optional dependencies
  6. spatial4j = 0.7
  7. jts = 1.15.0
  8. jackson = 2.13.3
  9. snakeyaml = 1.33
  10. icu4j = 68.2
  11. supercsv = 2.4.0
  12. log4j = 2.19.0
  13. slf4j = 1.6.2
  14. ecsLogging = 1.2.0
  15. jna = 5.10.0
  16. netty = 4.1.82.Final
  17. commons_lang3 = 3.9
  18. # when updating this version, you need to ensure compatibility with:
  19. # - modules/ingest-attachment (transitive dependency, check the upstream POM)
  20. # - distribution/tools/plugin-cli
  21. # - x-pack/plugin/security
  22. bouncycastle=1.64
  23. # used by security and idp (need to be in sync due to cross-dependency in testing)
  24. opensaml = 4.0.1
  25. # client dependencies
  26. httpclient = 4.5.13
  27. httpcore = 4.4.13
  28. httpasyncclient = 4.1.5
  29. commonslogging = 1.2
  30. commonscodec = 1.15
  31. # test dependencies
  32. randomizedrunner = 2.8.0
  33. junit = 4.12
  34. junit5 = 5.7.1
  35. hamcrest = 2.1
  36. mocksocket = 1.2
  37. # benchmark dependencies
  38. jmh = 1.26
  39. # test dependencies
  40. # when updating this version, also update :qa:evil-tests
  41. jimfs = 1.2
  42. jimfs_guava = 30.1-jre
  43. # test framework
  44. networknt_json_schema_validator = 1.0.48