From e7614be979357660f84eb1c2208611a9487a6a45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 09:41:45 +0000 Subject: [PATCH 1/2] Bump com.fasterxml.jackson.core:jackson-databind Bumps the java-production-dependencies group with 1 update in the / directory: [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson). Updates `com.fasterxml.jackson.core:jackson-databind` from 2.20.0 to 2.20.1 - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-production-dependencies ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3a01323..7b75724 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ 1.8.0-beta1 2.0.17 - 2.20.0 + 2.20.1 2.0.1-alpha 1.4.0 1.1.0 From ec0e0b52d9ad5da4f2dd51e3b45f0c39fb35cc0e Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Tue, 30 Dec 2025 11:03:13 +0100 Subject: [PATCH 2/2] [skip ci] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0294880..0e4f067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Changes to prior versions can be found on the [Github release page](https://gith ### Changed * Require JDK 25 +* Updated dependency `com.fasterxml.jackson.core:jackson-databind` from 2.20.0 to 2.20.1 ## [1.6.1](https://github.com/cryptomator/integrations-linux/releases/tag/1.6.1) - 2025-09-17