You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2021/12/12 10:44:23 UTC

[flink] branch master updated: [FLINK-25240][build] Upgrade Log4j2 to 2.15.0

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

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 847a6db  [FLINK-25240][build] Upgrade Log4j2 to 2.15.0
847a6db is described below

commit 847a6dbe482faf1c13a4b0ed69f7a4ced052ce8c
Author: Ada Wong <rs...@foxmail.com>
AuthorDate: Sun Dec 12 18:43:39 2021 +0800

    [FLINK-25240][build] Upgrade Log4j2 to 2.15.0
---
 pom.xml                                    | 2 +-
 tools/releasing/NOTICE-binary_PREAMBLE.txt | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index e29e198..8140cdf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@ under the License.
 		<guava.version>18.0</guava.version>
 		<target.java.version>1.8</target.java.version>
 		<slf4j.version>1.7.15</slf4j.version>
-		<log4j.version>2.14.1</log4j.version>
+		<log4j.version>2.15.0</log4j.version>
 		<!-- Overwrite default values from parent pom.
 			 Intellij is (sometimes?) using those values to choose target language level
 			 and thus is changing back to java 1.6 on each maven re-import -->
diff --git a/tools/releasing/NOTICE-binary_PREAMBLE.txt b/tools/releasing/NOTICE-binary_PREAMBLE.txt
index a5bba55..833e717 100644
--- a/tools/releasing/NOTICE-binary_PREAMBLE.txt
+++ b/tools/releasing/NOTICE-binary_PREAMBLE.txt
@@ -8,10 +8,10 @@ Copyright 2014-2021 The Apache Software Foundation
 
 This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
-- org.apache.logging.log4j:log4j-api:2.14.1
-- org.apache.logging.log4j:log4j-core:2.14.1
-- org.apache.logging.log4j:log4j-slf4j-impl:2.14.1
-- org.apache.logging.log4j:log4j-1.2-api:2.14.1
+- org.apache.logging.log4j:log4j-api:2.15.0
+- org.apache.logging.log4j:log4j-core:2.15.0
+- org.apache.logging.log4j:log4j-slf4j-impl:2.15.0
+- org.apache.logging.log4j:log4j-1.2-api:2.15.0
 
 This project bundles the following dependencies under the BSD license.
 See bundled license files for details.