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

fpaul 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 27fa261  [FLINK-25460][core] Update slf4j-api dependency to 1.7.32
27fa261 is described below

commit 27fa2618ff69e7a618a4e1269da8eb4e30f9d483
Author: martijnvisser <[email protected]>
AuthorDate: Mon Jan 3 11:08:19 2022 +0100

    [FLINK-25460][core] Update slf4j-api dependency to 1.7.32
---
 docs/content.zh/docs/dev/datastream/project-configuration.md | 2 +-
 docs/content/docs/dev/datastream/project-configuration.md    | 2 +-
 flink-dist/src/main/resources/META-INF/NOTICE                | 2 +-
 pom.xml                                                      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/content.zh/docs/dev/datastream/project-configuration.md 
b/docs/content.zh/docs/dev/datastream/project-configuration.md
index 81ab416..512586a 100644
--- a/docs/content.zh/docs/dev/datastream/project-configuration.md
+++ b/docs/content.zh/docs/dev/datastream/project-configuration.md
@@ -330,7 +330,7 @@ ext {
     javaVersion = '1.8'
     flinkVersion = '1.13-SNAPSHOT'
     scalaBinaryVersion = '2.11'
-    slf4jVersion = '1.7.15'
+    slf4jVersion = '1.7.32'
     log4jVersion = '2.17.1'
 }
 
diff --git a/docs/content/docs/dev/datastream/project-configuration.md 
b/docs/content/docs/dev/datastream/project-configuration.md
index 65e2686..17ec3fa 100644
--- a/docs/content/docs/dev/datastream/project-configuration.md
+++ b/docs/content/docs/dev/datastream/project-configuration.md
@@ -329,7 +329,7 @@ ext {
     javaVersion = '1.8'
     flinkVersion = '1.13-SNAPSHOT'
     scalaBinaryVersion = '2.11'
-    slf4jVersion = '1.7.15'
+    slf4jVersion = '1.7.32'
     log4jVersion = '2.17.1'
 }
 
diff --git a/flink-dist/src/main/resources/META-INF/NOTICE 
b/flink-dist/src/main/resources/META-INF/NOTICE
index bd06f9c..78c5f5d 100644
--- a/flink-dist/src/main/resources/META-INF/NOTICE
+++ b/flink-dist/src/main/resources/META-INF/NOTICE
@@ -29,7 +29,7 @@ See bundled license files for details.
 This project bundles the following dependencies under the MIT/X11 license.
 See bundled license files for details.
 
-- org.slf4j:slf4j-api:1.7.15
+- org.slf4j:slf4j-api:1.7.32
 
 This project bundles the following dependencies under the CDDL 1.1 license.
 See bundled license files for details.
diff --git a/pom.xml b/pom.xml
index 6090448..b646c94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@ under the License.
                
<flink.shaded.jackson.version>2.12.4</flink.shaded.jackson.version>
                <guava.version>18.0</guava.version>
                <target.java.version>1.8</target.java.version>
-               <slf4j.version>1.7.15</slf4j.version>
+               <slf4j.version>1.7.32</slf4j.version>
                <log4j.version>2.17.1</log4j.version>
                <!-- Overwrite default values from parent pom.
                         Intellij is (sometimes?) using those values to choose 
target language level

Reply via email to