Skip to content

Commit f4d2226

Browse files
committed
[postgres] Upgrade org.postgresql:postgresql from 42.2.14 to 42.2.26 for CVE-2022-31197 (#1616)
1 parent 0be7843 commit f4d2226

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

flink-connector-postgres-cdc/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,20 @@ under the License.
4747
<groupId>io.debezium</groupId>
4848
<artifactId>debezium-connector-postgres</artifactId>
4949
<version>${debezium.version}</version>
50+
<exclusions>
51+
<exclusion>
52+
<groupId>org.postgresql</groupId>
53+
<artifactId>postgresql</artifactId>
54+
</exclusion>
55+
</exclusions>
5056
</dependency>
5157

58+
<dependency>
59+
<!-- fix CVE-2022-31197 https://www.oscs1024.com/hd/CVE-2022-31197 -->
60+
<groupId>org.postgresql</groupId>
61+
<artifactId>postgresql</artifactId>
62+
<version>42.2.26</version>
63+
</dependency>
5264
<!-- test dependencies on Debezium -->
5365

5466
<dependency>

0 commit comments

Comments
 (0)