From 4868c0c643ac8ed35781923a855d9668a79264f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 13:21:32 +0000 Subject: [PATCH] chore(deps): bump com.fasterxml.jackson.core:jackson-databind Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.19.1 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-minor ... Signed-off-by: dependabot[bot] --- eppo/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eppo/build.gradle b/eppo/build.gradle index 25f0ada..97e2197 100644 --- a/eppo/build.gradle +++ b/eppo/build.gradle @@ -75,7 +75,7 @@ dependencies { implementation "androidx.core:core:${versions.androidx_core}" implementation "com.squareup.okhttp3:okhttp:${versions.okhttp}" implementation "com.github.zafarkhaja:java-semver:${versions.semver}" - implementation "com.fasterxml.jackson.core:jackson-databind:2.19.1" + implementation "com.fasterxml.jackson.core:jackson-databind:2.20.1" testImplementation "junit:junit:${versions.junit}" testImplementation "commons-io:commons-io:${versions.commonsio}"