Skip to content

Commit

Permalink
[#6512] flink version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoo.jung authored and minwoo-jung committed Dec 1, 2023
1 parent 911281f commit 3f7fbc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-streaming-java_2.11</artifactId>
<artifactId>flink-streaming-java</artifactId>
<version>${flink.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-clients_2.11</artifactId>
<artifactId>flink-clients</artifactId>
<version>${flink.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<!-- for plugin & hbase client -->
<log4j1.version>1.2.17</log4j1.version>

<flink.version>1.14.2</flink.version>
<flink.version>1.18.0</flink.version>

<javax.servlet4.version>4.0.1</javax.servlet4.version>
<javax.servlet.version>3.0.1</javax.servlet.version>
Expand Down

0 comments on commit 3f7fbc7

Please sign in to comment.