You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/07/23 15:26:21 UTC

[camel] branch camel-3.4.x updated: Update pgjdbc driver version, that includes fix for CVE-2020-13692 (#4038)

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

acosentino pushed a commit to branch camel-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.4.x by this push:
     new d5a2708  Update pgjdbc driver version, that includes fix for CVE-2020-13692 (#4038)
d5a2708 is described below

commit d5a270803a979ccab8af4d47e0dbc95070e9d80e
Author: Matej Melko <68...@users.noreply.github.com>
AuthorDate: Thu Jul 23 17:25:54 2020 +0200

    Update pgjdbc driver version, that includes fix for CVE-2020-13692 (#4038)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a71a93c..a4cef07 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -452,7 +452,7 @@
         <paho-version>1.2.4</paho-version>
         <partial-build-plugin-version>2.7</partial-build-plugin-version>
         <pdfbox-version>2.0.20</pdfbox-version>
-        <pgjdbc-driver-version>42.2.6</pgjdbc-driver-version>
+        <pgjdbc-driver-version>42.2.14</pgjdbc-driver-version>
         <pgjdbc-ng-driver-version>0.8.4</pgjdbc-ng-driver-version>
         <powermock-version>2.0.7</powermock-version>
         <properties-maven-plugin-version>1.0-alpha-2</properties-maven-plugin-version>