From f0af913997083791745a4809fff3f4e760476f3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:42:04 +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.18.2 to 2.22.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/acme-bank/benchmarks/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/acme-bank/benchmarks/build.gradle.kts b/examples/acme-bank/benchmarks/build.gradle.kts index 48ff037..3fdc092 100644 --- a/examples/acme-bank/benchmarks/build.gradle.kts +++ b/examples/acme-bank/benchmarks/build.gradle.kts @@ -19,7 +19,7 @@ plugins { dependencies { // Setup helpers (token fetch, account open/fund) use Jackson + java.net.http (JDK built-in). - gatlingImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.2") + gatlingImplementation("com.fasterxml.jackson.core:jackson-databind:2.22.0") // acme.java-conventions adds an unversioned junit-platform-launcher to testRuntimeOnly; this // non-Spring module has no test source, but the platform supplies the managed version so the