We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcdd211 + 6bcbe5f commit eaaf0e5Copy full SHA for eaaf0e5
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## [Unreleased]
4
5
+### Changed
6
+
7
+- Update Apache Flink to 1.15.3
8
9
## [1.2.2] - 2022-10-10
10
11
### Changed
pom.xml
@@ -45,7 +45,7 @@
45
</distributionManagement>
46
47
<properties>
48
- <flink.version>1.15.2</flink.version>
+ <flink.version>1.15.3</flink.version>
49
<scala.major.version>2.12</scala.major.version>
50
<maven.compiler.source>8</maven.compiler.source>
51
<maven.compiler.target>8</maven.compiler.target>
0 commit comments