This is an automated email from the ASF dual-hosted git repository.

heejong pushed a commit to branch release-2.30.0
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.30.0 by this push:
     new bb1e8cf  [BEAM-11055] Fix mistaken version of log4j in HCatalog
     new 7b67156  Merge pull request #14764 from iemejia/release-2.30.0
bb1e8cf is described below

commit bb1e8cfe24c2eaa85d33daa4151693668af25050
Author: Ismaël Mejía <[email protected]>
AuthorDate: Fri May 7 09:19:08 2021 +0200

    [BEAM-11055] Fix mistaken version of log4j in HCatalog
---
 sdks/java/io/hcatalog/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/java/io/hcatalog/build.gradle 
b/sdks/java/io/hcatalog/build.gradle
index 84743f8..820418c 100644
--- a/sdks/java/io/hcatalog/build.gradle
+++ b/sdks/java/io/hcatalog/build.gradle
@@ -43,7 +43,7 @@ test {
 
 configurations.testRuntimeClasspath {
   resolutionStrategy {
-    def log4j_version = "2.4.1"
+    def log4j_version = "2.8.2"
     // Beam's build system forces a uniform log4j version resolution for all 
modules, however for
     // the HCatalog case the current version of log4j produces 
NoClassDefFoundError so we need to
     // force an old version on the tests runtime classpath

Reply via email to