diff --git a/CHANGELOG.md b/CHANGELOG.md index 65cf53a..de8e392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,4 +9,7 @@ Changes to prior versions can be found on the [Github release page](https://gith ## [Unreleased] -No changes yet. \ No newline at end of file +* Update `com.fasterxml.jackson.core:jackson-databind` from 2.19.0 to 2.20.0 +* Update `com.fasterxml.jackson.core:jackson-annotations` from 2.19.0 to 2.20 +* Update `org.cryptomator:integrations-api` from 1.6.0 to 1.7.0 + diff --git a/pom.xml b/pom.xml index 6d88d77..bc9a2ca 100644 --- a/pom.xml +++ b/pom.xml @@ -37,9 +37,10 @@ 24 - 1.6.0 + 1.7.0 2.0.17 - 2.19.0 + 2.20.0 + 2.20 5.13.4 @@ -95,7 +96,7 @@ com.fasterxml.jackson.core jackson-annotations - ${jackson.version} + ${jackson-annotations.version}