You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by we...@apache.org on 2022/01/22 02:44:00 UTC

[incubator-eventmesh] branch master updated: [Issue #735] log4j 2.17.1 (#736)

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

wenjun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new 93b2442  [Issue #735] log4j 2.17.1 (#736)
93b2442 is described below

commit 93b2442e7623bb2ea047df6fdde486baf06db159
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Sat Jan 22 03:43:54 2022 +0100

    [Issue #735] log4j 2.17.1 (#736)
    
    * log4j 2.17.1
    
    * Update known-dependencies.txt
    
    * Update LICENSE
    
    * fix item mislabeled as MIT when they are ASL
    
    * fix log4j urls https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/license.html
---
 build.gradle                                          | 8 ++++----
 tools/third-party-dependencies/known-dependencies.txt | 8 ++++----
 tools/third-party-licenses/LICENSE                    | 6 +++---
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/build.gradle b/build.gradle
index 33a8c44..20671fa 100644
--- a/build.gradle
+++ b/build.gradle
@@ -410,9 +410,9 @@ subprojects {
             dependency "com.google.guava:guava:29.0-jre"
             
             dependency "org.slf4j:slf4j-api:1.7.30"
-            dependency "org.apache.logging.log4j:log4j-api:2.17.0"
-            dependency "org.apache.logging.log4j:log4j-core:2.17.0"
-            dependency "org.apache.logging.log4j:log4j-slf4j-impl:2.17.0"
+            dependency "org.apache.logging.log4j:log4j-api:2.17.1"
+            dependency "org.apache.logging.log4j:log4j-core:2.17.1"
+            dependency "org.apache.logging.log4j:log4j-slf4j-impl:2.17.1"
 
             dependency "com.lmax:disruptor:3.4.2"
 
@@ -458,4 +458,4 @@ subprojects {
             dependency "io.cloudevents:cloudevents-json-jackson:2.2.0"
         }
     }
-}
\ No newline at end of file
+}
diff --git a/tools/third-party-dependencies/known-dependencies.txt b/tools/third-party-dependencies/known-dependencies.txt
index a04d11c..74ee98d 100644
--- a/tools/third-party-dependencies/known-dependencies.txt
+++ b/tools/third-party-dependencies/known-dependencies.txt
@@ -32,9 +32,9 @@ jna-4.2.2.jar
 jsr305-3.0.2.jar
 junit-4.12.jar
 listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
-log4j-api-2.17.0.jar
-log4j-core-2.17.0.jar
-log4j-slf4j-impl-2.17.0.jar
+log4j-api-2.17.1.jar
+log4j-core-2.17.1.jar
+log4j-slf4j-impl-2.17.1.jar
 logback-core-1.0.13.jar
 metrics-annotation-4.1.0.jar
 metrics-core-4.1.0.jar
@@ -109,4 +109,4 @@ system-rules-1.16.1.jar
 truth-0.30.jar
 zipkin-2.23.2.jar
 zipkin-reporter-2.16.3.jar
-zipkin-sender-okhttp3-2.16.3.jar
\ No newline at end of file
+zipkin-sender-okhttp3-2.16.3.jar
diff --git a/tools/third-party-licenses/LICENSE b/tools/third-party-licenses/LICENSE
index 2cd9346..95c920e 100644
--- a/tools/third-party-licenses/LICENSE
+++ b/tools/third-party-licenses/LICENSE
@@ -245,8 +245,9 @@ jackson-databind 2.11.0: https://github.com/FasterXML/jackson-databind, Apache 2
 javassist 3.20.0-GA/3.24.0-GA: https://github.com/jboss-javassist/javassist, Apache 2.0
 jcommander 1.72: https://github.com/cbeust/jcommander, Apache 2.0
 jna 4.2.2: https://github.com/java-native-access/jna, Apache 2.0
-log4j-api 2.17.0: https://github.com/apache/log4j, Apache 2.0
-log4j-core 2.17.0: https://github.com/apache/log4j, Apache 2.0
+log4j-api 2.17.1: https://logging.apache.org/log4j/2.x/, Apache 2.0
+log4j-core 2.17.1: https://logging.apache.org/log4j/2.x/, Apache 2.0
+log4j-slf4j-impl 2.17.1: https://logging.apache.org/log4j/2.x/log4j-slf4j-impl, Apache 2.0
 metrics-annotation 4.1.0: https://github.com/dropwizard/metrics, Apache 2.0
 metrics-core 4.1.0: https://github.com/dropwizard/metrics, Apache 2.0
 metrics-healthchecks 4.1.0: https://github.com/dropwizard/metrics, Apache 2.0
@@ -332,5 +333,4 @@ The following components are provided under the MIT license. See project link fo
 The text of each license is also included at licenses/LICENSE-[project].txt.
 
 checker-qual 2.11.1: https://github.com/typetools/checker-framework, MIT
-log4j-slf4j-impl 2.16.0: https://github.com/qos-ch/slf4j, MIT
 slf4j-api 1.7.30: https://github.com/qos-ch/slf4j, MIT

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org