Skip to content

Commit

Permalink
[FLINK-30197][Logging] Update slf4j from 1.7.32 to 1.7.36
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnVisser committed Nov 30, 2022
1 parent 06ba294 commit 8b4cb75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/content.zh/docs/dev/configuration/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ ext {
javaVersion = '1.8'
flinkVersion = '{{< version >}}'
scalaBinaryVersion = '{{< scala_version >}}'
slf4jVersion = '1.7.32'
slf4jVersion = '1.7.36'
log4jVersion = '2.17.1'
}
sourceCompatibility = javaVersion
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/dev/configuration/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ ext {
javaVersion = '1.8'
flinkVersion = '{{< version >}}'
scalaBinaryVersion = '{{< scala_version >}}'
slf4jVersion = '1.7.32'
slf4jVersion = '1.7.36'
log4jVersion = '2.17.1'
}
sourceCompatibility = javaVersion
Expand Down
2 changes: 1 addition & 1 deletion flink-dist/src/main/resources/META-INF/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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.32
- org.slf4j:slf4j-api:1.7.36

This project bundles the following dependencies under the CDDL 1.1 license.
See bundled license files for details.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ under the License.
<flink.shaded.version>16.1</flink.shaded.version>
<flink.shaded.jackson.version>2.13.4</flink.shaded.jackson.version>
<target.java.version>1.8</target.java.version>
<slf4j.version>1.7.32</slf4j.version>
<slf4j.version>1.7.36</slf4j.version>
<log4j.version>2.17.1</log4j.version>
<!-- Overwrite default values from parent pom.
IntelliJ IDEA is (sometimes?) using those values to choose target language level
Expand Down

0 comments on commit 8b4cb75

Please sign in to comment.