Skip to content

Commit

Permalink
[INLONG-9642][CVE] Unify the postgresql version to fix the CVE (#9643)
Browse files Browse the repository at this point in the history
  • Loading branch information
dockerzhang authored Feb 1, 2024
1 parent a43f4e9 commit e241b5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.4.1</version>
<version>${postgresql.version}</version>
</dependency>
<dependency>
<groupId>io.debezium</groupId>
Expand Down

0 comments on commit e241b5a

Please sign in to comment.