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 2023/07/18 05:39:11 UTC

[camel] branch main updated: Upgrade test 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 20dd88f4527 Upgrade test dependencies
20dd88f4527 is described below

commit 20dd88f452714dc9d5cf617c38efca7b7975440d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jul 18 07:38:55 2023 +0200

    Upgrade test dependencies
---
 components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
index 6462062bec3..ce6f04850fa 100644
--- a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
@@ -120,7 +120,7 @@
         <dependency>
             <groupId>org.apache.maven.plugin-testing</groupId>
             <artifactId>maven-plugin-testing-harness</artifactId>
-            <version>2.1</version>
+            <version>3.3.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -166,7 +166,7 @@
         <dependency>
             <groupId>com.google.testing.compile</groupId>
             <artifactId>compile-testing</artifactId>
-            <version>0.13</version>
+            <version>0.21.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>