From bea7fc78f39bed1869a8d3b031e929c90d33bbe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 00:28:34 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.16.1 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.3 to 2.16.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 ad4aeaf..ca44719 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.16.1" depJacocoVersion = "0.8.3" depJunitVersion = "5.10.1" depLombokVersion = "1.18.16"