From c1ea422078ce5daa2d022728fec52e1c6b98e136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 01:34:34 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.9.8 to 2.15.3 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.9.8 to 2.15.3. - [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 aee7d4a..e2ec858 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ ext { depCheckstyleVersion = "8.18" depCommonsVersion = "2.6" depHttpVersion = "4.5.14" - depJacksonVersion = "2.9.8" + depJacksonVersion = "2.15.3" depJacocoVersion = "0.8.3" depJunitVersion = "5.10.0" depLombokVersion = "1.18.16"