From 809e9cce22d04144a6ae1f70b9557bf654104c9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 21:07:33 +0000 Subject: [PATCH] [TECH]: Bump jackson-databind from 2.13.3 to 2.13.4 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.3 to 2.13.4. - [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-patch ... Signed-off-by: dependabot[bot] --- gateway-ft/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway-ft/build.gradle b/gateway-ft/build.gradle index 6989cc1..252e539 100644 --- a/gateway-ft/build.gradle +++ b/gateway-ft/build.gradle @@ -7,7 +7,7 @@ plugins { ext { cucumberVersion = '7.7.0' - jacksonDataBinding = '2.13.3' + jacksonDataBinding = '2.13.4' wiremockStandalone = '2.33.2' googleGuavaVersion = '31.1-jre' }