From 75eff87fc8d591c93c1ce924e14c6a3a435866ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2020 15:20:28 +0200 Subject: [PATCH] fix(deps): bump jackson-databind from 2.9.2 to 2.11.1 (#2) Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.2 to 2.11.1. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8a5c46e..148aa68 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ repositories{ dependencies{ implementation "org.testcontainers:testcontainers:1.14.3" implementation 'io.homecentr:testcontainers-extensions:1.4.0' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.2' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.11.1' implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.1' testImplementation group: 'junit', name: 'junit', version: '4.13'