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

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


The following commit(s) were added to refs/heads/main by this push:
     new 552dfe50b70 Upgrade postgres
552dfe50b70 is described below

commit 552dfe50b70f091306cce1d2a021d91b1766f308
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu May 29 08:56:30 2025 +0200

    Upgrade postgres
---
 .../src/main/resources/camel-main-known-dependencies.properties       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
 
b/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
index e91a9c86824..cc7ac42b9f9 100644
--- 
a/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
+++ 
b/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
@@ -24,8 +24,8 @@ 
org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory = org.apache.ac
 org.messaginghub.pooled.jms.JmsPoolConnectionFactory = 
org.messaginghub:pooled-jms:3.1.7
 org.apache.commons.dbcp2.BasicDataSource = 
org.apache.commons:commons-dbcp2:2.13.0
 org.apache.qpid.jms.JmsConnectionFactory = 
org.apache.qpid:qpid-jms-client:2.7.0
-org.postgresql.Driver = org.postgresql:postgresql:42.7.5
-org.postgresql.ds.PGSimpleDataSource = org.postgresql:postgresql:42.7.5
+org.postgresql.Driver = org.postgresql:postgresql:42.7.6
+org.postgresql.ds.PGSimpleDataSource = org.postgresql:postgresql:42.7.6
 org.apache.camel.component.cxf.jaxws.CxfEndpoint = camel:cxf-soap
 org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint = camel:cxf-rest
 META-INF/services/org/apache/camel/restapi/openapi = camel:openapi-java

Reply via email to