This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new a9e7f16 Updating ant version a9e7f16 is described below commit a9e7f162f56b339732eed2b2d8c2f46b76ebe802 Author: Colm O hEigeartaigh <cohei...@apache.org> AuthorDate: Thu Oct 1 06:27:31 2020 +0100 Updating ant version --- 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 c2d3cee..470d13a 100644 --- a/components/camel-salesforce/camel-salesforce-component/pom.xml +++ b/components/camel-salesforce/camel-salesforce-component/pom.xml @@ -396,7 +396,7 @@ https://developer.salesforce.com/page/Force.com_Migration_Tool]]></message> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.1</version> + <version>1.10.9</version> </dependency> </dependencies> </plugin>