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:11 UTC

[camel] branch master updated: Update pgjdbc driver version, that includes fix for CVE-2020-13692 (#4037)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8bd5221  Update pgjdbc driver version, that includes fix for CVE-2020-13692 (#4037)
8bd5221 is described below

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

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

diff --git a/parent/pom.xml b/parent/pom.xml
index da3ecb7..3af6c34 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -455,7 +455,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>