From 7b408673ca017a2fdc2194627cfb08e90a077754 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 03:16:16 +0000 Subject: [PATCH] Bump log4j-api from 2.14.0 to 2.14.1 Bumps log4j-api from 2.14.0 to 2.14.1. Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e053aa04..8c3210a4 100644 --- a/build.gradle +++ b/build.gradle @@ -97,7 +97,7 @@ dependencies { compile 'com.github.manevolent:ffmpeg4j:534e72e6e7' runtime 'org.antlr:antlr4-runtime:4.7.2' - runtime 'org.apache.logging.log4j:log4j-api:2.14.0' + runtime 'org.apache.logging.log4j:log4j-api:2.14.1' runtime 'org.apache.logging.log4j:log4j-core:2.14.1' runtime 'org.apache.logging.log4j:log4j-slf4j-impl:2.14.1' compile 'org.mariadb.jdbc:mariadb-java-client:2.7.3'