This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new ddf3c024b7c [fix][sec] upgrade org.postgresql:postgresql to 42.5.1
(#19259)
ddf3c024b7c is described below
commit ddf3c024b7c50390af1eaf8048cf85f2b3521615
Author: caption <[email protected]>
AuthorDate: Wed Jan 18 15:33:31 2023 +0800
[fix][sec] upgrade org.postgresql:postgresql to 42.5.1 (#19259)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 28f9318caef..8f2a0766d63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@ flexible messaging model and an intuitive client
API.</description>
<guice.version>5.1.0</guice.version>
<sqlite-jdbc.version>3.36.0.3</sqlite-jdbc.version>
<mysql-jdbc.version>8.0.11</mysql-jdbc.version>
- <postgresql-jdbc.version>42.4.1</postgresql-jdbc.version>
+ <postgresql-jdbc.version>42.5.1</postgresql-jdbc.version>
<clickhouse-jdbc.version>0.3.2-patch11</clickhouse-jdbc.version>
<mariadb-jdbc.version>2.7.5</mariadb-jdbc.version>
<openmldb-jdbc.version>0.4.4-hotfix1</openmldb-jdbc.version>