This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to annotated tag release-1.12.7-rc1 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 6339b8c8e42b44c58575c8d6b6b07cf14383d735 Author: MartijnVisser <[email protected]> AuthorDate: Tue Dec 14 23:11:06 2021 +0100 [FLINK-25295][build] Update log4j2 dependency to 2.16.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 1a6d750..a10ea37 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ under the License. <akka.version>2.5.21</akka.version> <target.java.version>1.8</target.java.version> <slf4j.version>1.7.15</slf4j.version> - <log4j.version>2.15.0</log4j.version> + <log4j.version>2.16.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 833e717..257fcc70 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.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 +- org.apache.logging.log4j:log4j-api:2.16.0 +- org.apache.logging.log4j:log4j-core:2.16.0 +- org.apache.logging.log4j:log4j-slf4j-impl:2.16.0 +- org.apache.logging.log4j:log4j-1.2-api:2.16.0 This project bundles the following dependencies under the BSD license. See bundled license files for details.
