From e6121d5282b7d9270d03f6bcb095793038ced02c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 00:16:57 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind in /e2e-tests 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] --- e2e-tests/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/build.gradle b/e2e-tests/build.gradle index 980d40a0a7..b57f7d5c2a 100644 --- a/e2e-tests/build.gradle +++ b/e2e-tests/build.gradle @@ -18,7 +18,7 @@ dependencies { implementation 'org.mongodb:mongo-java-driver:3.12.14' testImplementation(platform('org.junit:junit-bom:6.0.0')) testImplementation 'org.junit.jupiter:junit-jupiter' - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1' testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0' testImplementation 'commons-io:commons-io:2.20.0' testImplementation 'org.awaitility:awaitility:4.3.0'