From a7ce0b732ceedd6c42b9dbb576df1e6de7986ced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 01:12:30 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.17.0 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.3 to 2.17.0. - [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 27bd9c8..3334ab0 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.0" depJacocoVersion = "0.8.3" depJunitVersion = "5.10.1" depLombokVersion = "1.18.16"