From 21909d15adf1d1125efa127e7364e4358ec65ad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 17:30:45 +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.13.2.2 to 2.13.4.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/build.gradle b/agent/build.gradle index 8c66aa1d..aac4a015 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -57,7 +57,7 @@ dependencies { implementation 'org.apache.commons:commons-lang3:3.10' implementation 'commons-io:commons-io:2.15.1' implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.2' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2' implementation 'org.slf4j:slf4j-nop:1.7.30' implementation 'info.picocli:picocli:4.6.1' implementation 'org.apache.httpcomponents:httpcore-nio:4.4.15'