From b687609ff9bfc1181e56571506e1f821ae35e788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 15:15:44 +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.22.1 to 2.22.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- obs-agent-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obs-agent-core/build.gradle b/obs-agent-core/build.gradle index 1609e93..75fb475 100644 --- a/obs-agent-core/build.gradle +++ b/obs-agent-core/build.gradle @@ -9,7 +9,7 @@ test { dependencies { implementation 'net.bytebuddy:byte-buddy:1.18.11' implementation 'net.bytebuddy:byte-buddy-agent:1.18.11' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.22.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.22.2' compileOnly 'org.slf4j:slf4j-api:1.7.36' compileOnly 'javax.servlet:javax.servlet-api:4.0.1' compileOnly 'jakarta.servlet:jakarta.servlet-api:6.0.0'