From 2f4b3d0a2a2058947a9a8f5f37cc2291e1d6cc85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 18:09:37 +0000 Subject: [PATCH] build(deps): bump com.fasterxml.jackson.core:jackson-databind Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.21.1 to 2.21.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0e14ff6..1e83073 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ repositories { } dependencies { - implementation("com.fasterxml.jackson.core:jackson-databind:2.21.1") + implementation("com.fasterxml.jackson.core:jackson-databind:2.21.2") implementation("com.nimbusds:nimbus-jose-jwt:10.8") implementation("jakarta.ws.rs:jakarta.ws.rs-api:4.0.0")