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
commit 8bb32e4e07ffc995945ed175dcc1fb525ac2ce95 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri May 26 09:47:11 2023 +0200 camel-jbang - Upgrade known dependencies --- .../src/main/resources/camel-main-known-dependencies.properties | 8 ++++---- 1 file changed, 4 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 022515e6aa4..976cc8357c1 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 @@ -15,14 +15,14 @@ ## limitations under the License. ## --------------------------------------------------------------------------- -com.amazon.redshift.jdbc.Driver = com.amazon.redshift:redshift-jdbc42:2.1.0.12 +com.amazon.redshift.jdbc.Driver = com.amazon.redshift:redshift-jdbc42:2.1.0.14 com.microsoft.sqlserver.jdbc.SQLServerDriver = com.microsoft.sqlserver:mssql-jdbc:11.2.1.jre11 -com.mysql.cj.jdbc.Driver = mysql:mysql-connector-java:8.0.31 +com.mysql.cj.jdbc.Driver = mysql:mysql-connector-java:8.0.33 net.sf.saxon.xpath.XPathFactoryImpl = camel:saxon org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory = org.apache.activemq:artemis-jms-client-all:2.28.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:2.2.0 -org.postgresql.Driver = org.postgresql:postgresql:42.5.4 +org.apache.qpid.jms.JmsConnectionFactory = org.apache.qpid:qpid-jms-client:2.3.0 +org.postgresql.Driver = org.postgresql:postgresql:42.6.0 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 \ No newline at end of file