From 2a9fc36120fe56a50e903674a783735913ecb819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 16:41:43 +0000 Subject: [PATCH] Bump log4j-core from 2.17.0 to 2.17.1 in /HelloWorldFunction Bumps log4j-core from 2.17.0 to 2.17.1. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- HelloWorldFunction/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloWorldFunction/pom.xml b/HelloWorldFunction/pom.xml index 1b2f498..ff78600 100644 --- a/HelloWorldFunction/pom.xml +++ b/HelloWorldFunction/pom.xml @@ -36,7 +36,7 @@ org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 junit