You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2022/08/13 02:15:02 UTC

[pulsar] branch master updated: [fix][security] Bump PostgreSQL version to 42.4.1(#17066)

This is an automated email from the ASF dual-hosted git repository.

penghui 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 16adb61c9c4 [fix][security] Bump PostgreSQL version to 42.4.1(#17066)
16adb61c9c4 is described below

commit 16adb61c9c49f48fa5b045afc785dedb2c2e106d
Author: Tao Jiuming <95...@users.noreply.github.com>
AuthorDate: Sat Aug 13 10:14:51 2022 +0800

    [fix][security] Bump PostgreSQL version to 42.4.1(#17066)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 85d69232330..f7a92968d24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,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.3.3</postgresql-jdbc.version>
+    <postgresql-jdbc.version>42.4.1</postgresql-jdbc.version>
     <clickhouse-jdbc.version>0.3.2</clickhouse-jdbc.version>
     <mariadb-jdbc.version>2.7.5</mariadb-jdbc.version>
     <openmldb-jdbc.version>0.4.4-hotfix1</openmldb-jdbc.version>
@@ -175,7 +175,7 @@ flexible messaging model and an intuitive client API.</description>
     <scala.binary.version>2.13</scala.binary.version>
     <scala-library.version>2.13.6</scala-library.version>
     <debezium.version>1.7.2.Final</debezium.version>
-    <debezium.postgresql.version>42.3.3</debezium.postgresql.version>
+    <debezium.postgresql.version>42.4.1</debezium.postgresql.version>
     <debezium.mysql.version>8.0.28</debezium.mysql.version>
     <jsonwebtoken.version>0.11.1</jsonwebtoken.version>
     <opencensus.version>0.28.0</opencensus.version>