From 88bc3456d794e5db8c72a28bdc22ee510f47f6a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 21:25:48 +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.19.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 fd4e195f..f0645810 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.19.2" testImplementation "junit:junit:${versions.junit}" testImplementation "commons-io:commons-io:${versions.commonsio}"