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 19f459e commit 398010bCopy full SHA for 398010b
connectors/postgresql-connector/pom.xml
@@ -31,7 +31,7 @@
31
<dependency>
32
<groupId>org.apache.flink</groupId>
33
<artifactId>flink-connector-jdbc</artifactId>
34
- <version>3.2.0-1.19</version>
+ <version>${jdbc.version}</version>
35
</dependency>
36
37
<groupId>org.postgresql</groupId>
testing/system-functions-sample/pom.xml
<artifactId>flink-table-common</artifactId>
- <version>1.19.2</version>
+ <version>${flink.version}</version>
<scope>provided</scope>
0 commit comments