trycourier / courier-java

Java SDK for communicating with the Courier REST API.
MIT License
7 stars 5 forks source link

Resolve jackson-databind dependency CVE #57

Open rdarcy1 opened 3 months ago

rdarcy1 commented 3 months ago

com.fasterxml.jackson.core:jackson-databind version 2.13.0 is subject to a CVE with CVSS 7.5 (high).

Updated version to latest available (2.17.2) which is non-breaking as jackson-databind follows semver.

Not sure if build.gradle is auto-generated; if so would be grateful if the dependency could be updated upstream.

dsinghvi commented 2 months ago

@rdarcy1 thanks for making this PR, we'll be upgrading this dependency shortly