We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b573e9e commit 5f70573Copy full SHA for 5f70573
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## [Unreleased]
4
5
+### Changed
6
+
7
+- Update Apache Flink to 1.15.2.
8
9
## [1.2.1] - 2022-08-03
10
11
### Changed
pom.xml
@@ -4,7 +4,7 @@
<groupId>com.getindata</groupId>
<artifactId>flink-python-loader</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>flink-python-loader</name>
@@ -45,7 +45,7 @@
45
</distributionManagement>
46
47
<properties>
48
- <flink.version>1.15.1</flink.version>
+ <flink.version>1.15.2</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