From 88fd8fcfc9b546547afbc9b3074f9353ed63a2ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 04:36:06 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.20.1 to 2.21.0 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.20.1 to 2.21.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7cd0c55..5e1ba5e 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ repositories { dependencies { implementation('no.novari:fint-model-core:1.0.0') - implementation('com.fasterxml.jackson.core:jackson-databind:2.20.1') + implementation('com.fasterxml.jackson.core:jackson-databind:2.21.0') compileOnly("org.projectlombok:lombok:1.18.42") testCompileOnly("org.projectlombok:lombok:1.18.42")