From 2d61ec5d1a2c0be4b44b33ec74ff2e8064bff782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 22:24:14 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.20.0 to 2.20.1 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) 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 ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 617fd83..3952c6d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'org.apache.commons:commons-lang3:3.19.0' implementation 'io.sentry:sentry:8.20.0' implementation 'commons-io:commons-io:2.20.0' - implementation "com.fasterxml.jackson.core:jackson-databind:2.20.0" + implementation "com.fasterxml.jackson.core:jackson-databind:2.20.1" implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0" implementation "org.kordamp.ikonli:ikonli-material2-pack:12.4.0" implementation "org.kordamp.ikonli:ikonli-materialdesign2-pack:12.4.0"