From 1b4e99b95e803aa0be46c54c00ef954a56712e0c Mon Sep 17 00:00:00 2001 From: Louis Bergelson Date: Mon, 3 Jan 2022 15:01:28 -0500 Subject: [PATCH] Update log4j to 2.17.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3441633c368..c35fd6d56f2 100644 --- a/build.gradle +++ b/build.gradle @@ -69,7 +69,7 @@ final disqVersion = System.getProperty('disq.version','0.3.6') final genomicsdbVersion = System.getProperty('genomicsdb.version','1.4.3') final bigQueryVersion = System.getProperty('bigQuery.version', '1.117.1') final guavaVersion = System.getProperty('guava.version', '27.1-jre') -final log4j2Version = System.getProperty('log4j2Version', '2.17.0') +final log4j2Version = System.getProperty('log4j2Version', '2.17.1') final testNGVersion = '7.0.0' // Using the shaded version to avoid conflicts between its protobuf dependency