From 5196eb4a7c1325c023b69297b01dfed45aab2a22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 00:08:20 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.17.2 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.3 to 2.17.2. - [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 ed587de..ce6a8a3 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.2" depJacocoVersion = "0.8.3" depJunitVersion = "5.10.2" depLombokVersion = "1.18.32"