From 5455170a830ed9c088adf826beda9a7c88f6ab9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 03:03:48 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.14.0 to 2.15.2 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.14.0 to 2.15.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 bcda46990..1adf82d05 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ dependencies { compile group: 'commons-collections', name: 'commons-collections', version: '3.2.2' testCompile group: 'junit', name: 'junit', version: '4.+' compile group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1' - compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.0' + compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.15.2' compile group: 'commons-io', name: 'commons-io', version: '2.11.0' compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.26' testCompile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.26'