Skip to content

Commit 5f70573

Browse files
authored
Update Flink to 1.15.2 (#4)
1 parent b573e9e commit 5f70573

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Update Apache Flink to 1.15.2.
8+
59
## [1.2.1] - 2022-08-03
610

711
### Changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.getindata</groupId>
66
<artifactId>flink-python-loader</artifactId>
7-
<version>1.3.0-SNAPSHOT</version>
7+
<version>1.2.2-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>flink-python-loader</name>
@@ -45,7 +45,7 @@
4545
</distributionManagement>
4646

4747
<properties>
48-
<flink.version>1.15.1</flink.version>
48+
<flink.version>1.15.2</flink.version>
4949
<scala.major.version>2.12</scala.major.version>
5050
<maven.compiler.source>8</maven.compiler.source>
5151
<maven.compiler.target>8</maven.compiler.target>

0 commit comments

Comments
 (0)