From 7a8a8f2ec658e1ad0b72ad42a5d9cb250571a373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 08:09:51 +0000 Subject: [PATCH] Bump jackson-databind from 2.8.6 to 2.13.0 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.8.6 to 2.13.0. - [Release notes](https://github.com/FasterXML/jackson/releases) - [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 3c43e55..7b0d036 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ ext.library = [ cli: 'commons-cli:commons-cli:1.2', github: 'org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5', jackson_yaml: 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.6', - jackson_databind: 'com.fasterxml.jackson.core:jackson-databind:2.8.6', + jackson_databind: 'com.fasterxml.jackson.core:jackson-databind:2.13.0', mail: 'javax.mail:mail:1.4.5', junit: 'junit:junit-dep:4.10',