Commit 61685f9 1 parent a764838 commit 61685f9 Copy full SHA for 61685f9
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ Unreleased]
4
+ ### Changed
5
+ - Update Apache Flink to 1.19.1
4
6
5
7
## [ 1.2.3] - 2022-12-30
6
8
Original file line number Diff line number Diff line change 45
45
</distributionManagement >
46
46
47
47
<properties >
48
- <flink .version>1.15.3</flink .version>
49
- <scala .major.version>2.12</scala .major.version>
48
+ <flink .version>1.19.1</flink .version>
50
49
<maven .compiler.source>8</maven .compiler.source>
51
50
<maven .compiler.target>8</maven .compiler.target>
52
51
</properties >
53
52
54
53
<dependencies >
55
54
<dependency >
56
55
<groupId >org.apache.flink</groupId >
57
- <artifactId >flink-python_${scala.major.version} </artifactId >
56
+ <artifactId >flink-python </artifactId >
58
57
<version >${flink.version} </version >
59
58
</dependency >
60
59
</dependencies >
You can’t perform that action at this time.
0 commit comments