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 0be7843 commit f4d2226Copy full SHA for f4d2226
flink-connector-postgres-cdc/pom.xml
@@ -47,8 +47,20 @@ under the License.
47
<groupId>io.debezium</groupId>
48
<artifactId>debezium-connector-postgres</artifactId>
49
<version>${debezium.version}</version>
50
+ <exclusions>
51
+ <exclusion>
52
+ <groupId>org.postgresql</groupId>
53
+ <artifactId>postgresql</artifactId>
54
+ </exclusion>
55
+ </exclusions>
56
</dependency>
57
58
+ <dependency>
59
+ <!-- fix CVE-2022-31197 https://www.oscs1024.com/hd/CVE-2022-31197 -->
60
61
62
+ <version>42.2.26</version>
63
+ </dependency>
64
<!-- test dependencies on Debezium -->
65
66
<dependency>
0 commit comments