From 38a35bd2b7fe346e10b55409c6afc635051b1310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 12:41:56 +0000 Subject: [PATCH] chore(deps): bump com.fasterxml.jackson.core:jackson-databind Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson-databind) from 2.21.4 to 2.21.5. - [Commits](https://github.com/FasterXML/jackson-databind/compare/jackson-databind-2.21.4...jackson-databind-2.21.5) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- flydb-runtime/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flydb-runtime/pom.xml b/flydb-runtime/pom.xml index ca26ffd..ea0c018 100644 --- a/flydb-runtime/pom.xml +++ b/flydb-runtime/pom.xml @@ -13,7 +13,7 @@ com.fasterxml.jackson.core jackson-databind - 2.21.4 + 2.21.5 io.github.zzxcoding