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 983693a1e1c Update known JARs in camel-jbang
983693a1e1c is described below

commit 983693a1e1c7803f686a4c7bf1cd1fcee4508435
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Apr 18 21:27:01 2024 +0200

    Update known JARs in camel-jbang
---
 .../src/main/resources/camel-main-known-dependencies.properties  | 9 +++++----
 1 file changed, 5 insertions(+), 4 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 d9405b02461..3349708a0a0 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
@@ -20,11 +20,12 @@ com.microsoft.sqlserver.jdbc.SQLServerDriver = 
com.microsoft.sqlserver:mssql-jdb
 com.mysql.cj.jdbc.Driver = mysql:mysql-connector-java:8.0.33
 net.sf.saxon.xpath.XPathFactoryImpl = camel:saxon
 org.springframework.amqp.rabbit.connection.CachingConnectionFactory = 
camel:spring-rabbitmq
-org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory = 
org.apache.activemq:artemis-jakarta-client-all:2.32.0
+org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory = 
org.apache.activemq:artemis-jakarta-client-all:2.33.0
 org.messaginghub.pooled.jms.JmsPoolConnectionFactory = 
org.messaginghub:pooled-jms:3.1.5
-org.apache.commons.dbcp2.BasicDataSource = 
org.apache.commons:commons-dbcp2:2.11.0
+org.apache.commons.dbcp2.BasicDataSource = 
org.apache.commons:commons-dbcp2:2.12.0
 org.apache.qpid.jms.JmsConnectionFactory = 
org.apache.qpid:qpid-jms-client:2.5.0
-org.postgresql.Driver = org.postgresql:postgresql:42.7.2
+org.postgresql.Driver = org.postgresql:postgresql:42.7.3
+org.postgresql.ds.PGSimpleDataSource = org.postgresql:postgresql:42.7.3
 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
@@ -33,4 +34,4 @@ META-INF/services/org/apache/camel/modelyaml-dumper = 
camel:yaml-io
 META-INF/services/org/apache/camel/micrometer-prometheus = 
camel:micrometer-prometheus
 META-INF/services/org/apache/camel/cron/cron-service = camel:quartz
 META-INF/services/org/apache/camel/platform-http/jolokia = 
camel:camel-platform-http-jolokia
-org.apache.camel.component.activemq.ActiveMQComponent\:embedded\=true = 
org.apache.activemq:activemq-broker:5.18.3
+org.apache.camel.component.activemq.ActiveMQComponent\:embedded\=true = 
org.apache.activemq:activemq-broker:5.18.4

Reply via email to