From 745bf253e1a6006b1985c0d128de5f181643c7de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 20:03:09 +0000 Subject: [PATCH] Bump jackson-databind from 2.12.1 to 2.13.4 in /aws-lambda-java-starter Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.1 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-minor ... Signed-off-by: dependabot[bot] --- aws-lambda-java-starter/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-lambda-java-starter/pom.xml b/aws-lambda-java-starter/pom.xml index b2ccfc4..ef137ea 100644 --- a/aws-lambda-java-starter/pom.xml +++ b/aws-lambda-java-starter/pom.xml @@ -23,7 +23,7 @@ com.fasterxml.jackson.core jackson-databind - 2.12.1 + 2.13.4 commons-io