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/17 05:47:47 UTC

[camel] 17/24: Upgrade apache ant

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 ff6657535e7082eb31986efd68aba6c39d23cbc7
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jul 17 07:37:38 2023 +0200

    Upgrade apache ant
---
 components/camel-salesforce/camel-salesforce-component/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-salesforce/camel-salesforce-component/pom.xml b/components/camel-salesforce/camel-salesforce-component/pom.xml
index f7dec1bd151..72c8e519bcd 100644
--- a/components/camel-salesforce/camel-salesforce-component/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-component/pom.xml
@@ -434,7 +434,7 @@ https://developer.salesforce.com/page/Force.com_Migration_Tool]]></message>
                             <dependency>
                                 <groupId>org.apache.ant</groupId>
                                 <artifactId>ant</artifactId>
-                                <version>1.10.12</version>
+                                <version>1.10.13</version>
                             </dependency>
                         </dependencies>
                     </plugin>