From fcc228fffe811d2f9c029fa0dce9ab441c7471fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 17:49:20 +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.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.0 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 2f610a47..3adadb8f 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.0" testImplementation "junit:junit:${versions.junit}" testImplementation "commons-io:commons-io:${versions.commonsio}"