From c52e510a26dfb9ed6c7966afe2545c551cbc7558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 00:42:43 +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-databind) from 2.22.1 to 2.22.2. - [Commits](https://github.com/FasterXML/jackson-databind/compare/jackson-databind-2.22.1...jackson-databind-2.22.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.2 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 ba8bb2d28..cbeeb6db8 100644 --- a/e2e-tests/build.gradle +++ b/e2e-tests/build.gradle @@ -17,7 +17,7 @@ dependencies { testImplementation(platform('org.junit:junit-bom:6.1.3')) testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.22.1' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.22.2' testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.22.1' testImplementation 'commons-io:commons-io:2.22.0' testImplementation 'org.awaitility:awaitility:4.3.0'