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:53:31 UTC

[flink] branch release-1.14 updated: [hotfix][docs] Update Log4j version in Gradle template

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

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


The following commit(s) were added to refs/heads/release-1.14 by this push:
     new d35a983  [hotfix][docs] Update Log4j version in Gradle template
d35a983 is described below

commit d35a98373df11c1ed11799bc9f0c1cc882c1cca6
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Sun Dec 12 11:53:04 2021 +0100

    [hotfix][docs] Update Log4j version in Gradle template
---
 docs/content.zh/docs/dev/datastream/project-configuration.md | 2 +-
 docs/content/docs/dev/datastream/project-configuration.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content.zh/docs/dev/datastream/project-configuration.md b/docs/content.zh/docs/dev/datastream/project-configuration.md
index 6138953..6a9f86a 100644
--- a/docs/content.zh/docs/dev/datastream/project-configuration.md
+++ b/docs/content.zh/docs/dev/datastream/project-configuration.md
@@ -331,7 +331,7 @@ ext {
     flinkVersion = '1.13-SNAPSHOT'
     scalaBinaryVersion = '2.11'
     slf4jVersion = '1.7.15'
-    log4jVersion = '2.14.1'
+    log4jVersion = '2.15.0'
 }
 
 
diff --git a/docs/content/docs/dev/datastream/project-configuration.md b/docs/content/docs/dev/datastream/project-configuration.md
index 37fcfc7..2febacc 100644
--- a/docs/content/docs/dev/datastream/project-configuration.md
+++ b/docs/content/docs/dev/datastream/project-configuration.md
@@ -330,7 +330,7 @@ ext {
     flinkVersion = '1.13-SNAPSHOT'
     scalaBinaryVersion = '2.11'
     slf4jVersion = '1.7.15'
-    log4jVersion = '2.14.1'
+    log4jVersion = '2.15.0'
 }