From d17aec6ce0545ad698c600f85f55d5f78587605b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 00:57:02 +0000 Subject: [PATCH] Bump jackson-databind from 2.8.6 to 2.14.2 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.8.6 to 2.14.2. - [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..8f5bcef 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.14.2', mail: 'javax.mail:mail:1.4.5', junit: 'junit:junit-dep:4.10',