java-client-api
java-client-api copied to clipboard
Upgrade to jackson-databind 2.14.0 when available
This CVE - https://avd.aquasec.com/nvd/2022/cve-2022-42003/ - references an issue in < 2.14.0 jackson-databind . #1377 will get us onto 2.13.4 of jackson-databind, and 2.14.0 is not yet available - it's at rc2 as of today. Once 2.14.0 is available, we'll want to upgrade to it, along with 2.14.0 for all jackson dependencies.
Looks like we can do 2.13.4.x instead and not have to wait for 2.14.0.
Addressing via https://github.com/marklogic/java-client-api/pull/1425