Skip to content

Commit

Permalink
Merge pull request #6 from getindata/bump_1.19
Browse files Browse the repository at this point in the history
Update Flink to 1.19.1
  • Loading branch information
ddebowczyk92 authored Nov 4, 2024
2 parents a764838 + 61685f9 commit 7b95998
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]
### Changed
- Update Apache Flink to 1.19.1

## [1.2.3] - 2022-12-30

Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,15 @@
</distributionManagement>

<properties>
<flink.version>1.15.3</flink.version>
<scala.major.version>2.12</scala.major.version>
<flink.version>1.19.1</flink.version>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-python_${scala.major.version}</artifactId>
<artifactId>flink-python</artifactId>
<version>${flink.version}</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit 7b95998

Please sign in to comment.