This is an automated email from the ASF dual-hosted git repository.
eolivelli 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 557d3490394 [security] Upgrade PostGre driver to 42.3.3 to get rid of
CVE-2022-26520 (#14910)
557d3490394 is described below
commit 557d3490394f4587e552247ee9aeb14aadb50349
Author: Nicolò Boschi <[email protected]>
AuthorDate: Wed Apr 6 18:27:00 2022 +0200
[security] Upgrade PostGre driver to 42.3.3 to get rid of CVE-2022-26520
(#14910)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 273ec9ed695..e5e5ddb9708 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@ flexible messaging model and an intuitive client
API.</description>
<guice.version>5.1.0</guice.version>
<sqlite-jdbc.version>3.8.11.2</sqlite-jdbc.version>
<mysql-jdbc.version>8.0.11</mysql-jdbc.version>
- <postgresql-jdbc.version>42.2.25</postgresql-jdbc.version>
+ <postgresql-jdbc.version>42.3.3</postgresql-jdbc.version>
<clickhouse-jdbc.version>0.3.2</clickhouse-jdbc.version>
<mariadb-jdbc.version>2.7.5</mariadb-jdbc.version>
<hdfs-offload-version3>3.3.1</hdfs-offload-version3>
@@ -161,7 +161,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.2.25</debezium.postgresql.version>
+ <debezium.postgresql.version>42.3.3</debezium.postgresql.version>
<debezium.mysql.version>8.0.28</debezium.mysql.version>
<jsonwebtoken.version>0.11.1</jsonwebtoken.version>
<opencensus.version>0.18.0</opencensus.version>