From d6f597f8d0f519aaf6564a2cad1b065efb2c4e2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 05:53:48 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 Bumps com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.22.1 to 2.22.2. --- updated-dependencies: - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-version: 2.22.2 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 ef1eaf8..65db56b 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ configurations { dependencies { implementation( 'org.apache.httpcomponents.client5:httpclient5:5.6.4', - 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.22.1', + 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.22.2', 'org.yaml:snakeyaml:2.6', 'io.prometheus:simpleclient:0.16.0', 'io.prometheus:simpleclient_common:0.16.0',