Skip to content

Commit

Permalink
Bump connectors versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gpkc committed Nov 20, 2024
1 parent 871adb8 commit c796fac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flink-connectors/flink-connector-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-jdbc</artifactId>
<version>3.1.2-1.18</version>
<version>3.2.0-1.19</version>
</dependency>

<!-- Take versions from https://github.com/apache/flink-connector-jdbc/blob/main/flink-connector-jdbc/pom.xml
at the correct commit -->
at the branch that corresponds to the connector version -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.1</version>
<version>42.7.3</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flink-connectors/flink-connector-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-kafka</artifactId>
<version>3.1.0-1.18</version>
<version>3.3.0-1.20</version>
</dependency>
</dependencies>
</project>

0 comments on commit c796fac

Please sign in to comment.