diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index e29ca8e..f11e13a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,6 +4,9 @@ updates:
directory: "/"
schedule:
interval: "monthly"
+ ignore:
+ - dependency-name: "com.fasterxml.jackson.*"
+ versions: [ "[2.22,)" ] # 2.21.x is LTS, see https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.21
groups:
maven-dependencies:
patterns:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d5c8017..e9c5cac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,7 +10,9 @@ Changes to prior versions can be found on the [Github release page](https://gith
## [Unreleased](https://github.com/cryptomator/integrations-api/compare/1.9.0...HEAD)
-No changes yet.
+### Changed
+* Updated dependencies:
+ - `com.fasterxml.jackson.core:jackson-databind` from `2.22.0` to `2.21.6` (2.21.x is LTS)
## [1.9.0](https://github.com/cryptomator/integrations-api/compare/1.9.0) - 2026-06-22
diff --git a/pom.xml b/pom.xml
index 091b37f..a33a0f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
25
2.0.18
- 2.22.0
+ 2.21.6
26.1.0