File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Connector supports only STRING types.
9
9
## Prerequisites
10
10
* Java 11
11
11
* Maven 3
12
- * Flink 15+
12
+ * Flink 1. 15+
13
13
14
14
## Implementation
15
15
Implementation is based on Flink's ` TableFunction ` and ` AsyncTableFunction ` classes.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ under the License.
43
43
<scala .binary.version>2.12</scala .binary.version>
44
44
<maven .compiler.source>${target.java.version} </maven .compiler.source>
45
45
<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>
47
47
<lombok .version>1.18.22</lombok .version>
48
48
<junit .jupiter.version>5.8.1</junit .jupiter.version>
49
49
<json .path.version>2.6.0</json .path.version>
You can’t perform that action at this time.
0 commit comments