You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/08/29 09:07:00 UTC

[camel] branch main updated: Upgrade known dependencies

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 a1e444dfd0c Upgrade known dependencies
a1e444dfd0c is described below

commit a1e444dfd0c2e218f60a27931ef7237d230cd430
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 29 11:06:51 2022 +0200

    Upgrade known dependencies
---
 .../src/main/resources/camel-main-known-dependencies.properties     | 6 +++---
 1 file changed, 3 insertions(+), 3 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 21a057e866e..39e453e4ae2 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
@@ -16,12 +16,12 @@
 ## ---------------------------------------------------------------------------
 
 com.amazon.redshift.jdbc.Driver = com.amazon.redshift:redshift-jdbc42:2.1.0.9
-com.microsoft.sqlserver.jdbc.SQLServerDriver = com.microsoft.sqlserver:mssql-jdbc:10.2.0.jre11
+com.microsoft.sqlserver.jdbc.SQLServerDriver = com.microsoft.sqlserver:mssql-jdbc:11.2.0.jre11
 com.mysql.cj.jdbc.Driver = mysql:mysql-connector-java:8.0.30
 net.sf.saxon.xpath.XPathFactoryImpl = camel:saxon
-org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory = org.apache.activemq:artemis-jms-client-all:2.23.1
+org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory = org.apache.activemq:artemis-jms-client-all:2.24.0
 org.apache.commons.dbcp2.BasicDataSource = org.apache.commons:commons-dbcp2:2.9.0
 org.apache.qpid.jms.JmsConnectionFactory = org.apache.qpid:qpid-jms-client:1.0.0
-org.postgresql.Driver = org.postgresql:postgresql:42.4.1
+org.postgresql.Driver = org.postgresql:postgresql:42.5.0
 org.apache.camel.component.cxf.jaxws.CxfEndpoint = camel:cxf-soap
 org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint = camel:cxf-rest