Skip to content

Commit d98af95

Browse files
author
Anna Urbala
committed
upgrade log4j
1 parent a9f7d79 commit d98af95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Connector supports only STRING types.
99
## Prerequisites
1010
* Java 11
1111
* Maven 3
12-
* Flink 15+
12+
* Flink 1.15+
1313

1414
## Implementation
1515
Implementation is based on Flink's `TableFunction` and `AsyncTableFunction` classes.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ under the License.
4343
<scala.binary.version>2.12</scala.binary.version>
4444
<maven.compiler.source>${target.java.version}</maven.compiler.source>
4545
<maven.compiler.target>${target.java.version}</maven.compiler.target>
46-
<log4j.version>2.14.1</log4j.version>
46+
<log4j.version>2.17.2</log4j.version>
4747
<lombok.version>1.18.22</lombok.version>
4848
<junit.jupiter.version>5.8.1</junit.jupiter.version>
4949
<json.path.version>2.6.0</json.path.version>

0 commit comments

Comments
 (0)