diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a96ba2..04d51d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.2.6 + +### Maintenance + +- Update `jackson-databind`, `jackson-core`, and `jackson-annotations` dependencies to the 2.21 LTS line due to vulnerability + ## 2.2.5 ### Maintenance diff --git a/pom.xml b/pom.xml index ca2f5bc..526737e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ lf-api-client-core jar Laserfiche API Client Core - 2.2.5 + 2.2.6 https://github.com/Laserfiche/lf-api-client-core-java Java implementation of various foundational APIs for Laserfiche, including authorization APIs such as OAuth 2.0 flows for secure and easy access to Laserfiche APIs. @@ -215,7 +215,7 @@ com.fasterxml.jackson.core jackson-annotations - ${jackson-version} + ${jackson-annotations-version} com.fasterxml.jackson.core @@ -260,7 +260,9 @@ ${java.version} ${java.version} 2.0.0 - 2.18.8 + + 2.21.6 + 2.21 UTF-8