From f219afe97d3960e6006935d88a97fee3e1c745f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 03:22:57 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.21.0 to 2.21.1 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.21.0 to 2.21.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6236aa6..c976f30 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ repositories { dependencies { implementation group: 'com.github.spullara.mustache.java', name: 'compiler', version: '0.9.14' - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.21.0' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.21.1' implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.21.0' implementation group: 'commons-io', name: 'commons-io', version: '2.21.0' implementation group: 'io.undertow', name: 'undertow-core', version: '2.3.22.Final'