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

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

commit 89586742aa3f999eaf2e1e00659039891d6c3503
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri May 26 15:06:45 2023 +0200

    Upgrade PostgreSQL Driver to version 42.6.0
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6515768b..180e696a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
         
<version.org.apache.commons.commons-dbcp2>2.9.0</version.org.apache.commons.commons-dbcp2>
         
<version.com.amazon.redshift.redshift-jdbc42>2.1.0.14</version.com.amazon.redshift.redshift-jdbc42>
         
<version.org.apache.activemq.artemis-jms-client-all>2.28.0</version.org.apache.activemq.artemis-jms-client-all>
-        
<version.org.postgresql.postgresql>42.5.4</version.org.postgresql.postgresql>
+        
<version.org.postgresql.postgresql>42.6.0</version.org.postgresql.postgresql>
     </properties>
 
     <developers>

Reply via email to