From b85cd4d5892f1fa665421501aefb57d13869bb6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 10:24:36 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.14.2 to 2.16.2 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.14.2 to 2.16.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 2d32bfc..0fe12fb 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0' implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '4.0.3' - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.2' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.16.2' implementation group: 'com.github.bibsysdev', name: 'core', version: '1.36.7' implementation group: 'com.github.bibsysdev', name: 'apigateway', version: '1.36.7'