From fab51b28d2de4a6bb1ec2b8a90a4e7ce147dd6d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 01:03:32 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.17.1 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.3 to 2.17.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind 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 dd3cb40..8d94a79 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ ext { depCheckstyleVersion = "8.18" depCommonsVersion = "2.6" depHttpVersion = "4.5.14" - depJacksonVersion = "2.15.3" + depJacksonVersion = "2.17.1" depJacocoVersion = "0.8.3" depJunitVersion = "5.10.2" depLombokVersion = "1.18.16"