Skip to content

Commit

Permalink
[FLINK-25460][core] Update slf4j-api dependency to 1.7.32
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnVisser authored and fapaul committed Jan 4, 2022
1 parent 6781ff4 commit 27fa261
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/dev/datastream/project-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
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 @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27fa261

Please sign in to comment.