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 12:02:15 UTC

[camel] branch main updated: Upgrade mock ftp JAR

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 c8addbbd8d0 Upgrade mock ftp JAR
c8addbbd8d0 is described below

commit c8addbbd8d02f60f10de9da43f0f9c61b97335ed
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jul 18 14:02:01 2023 +0200

    Upgrade mock ftp JAR
---
 tests/camel-itest/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index aafa8033dd2..f369732e98b 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -216,7 +216,7 @@
         <dependency>
             <groupId>org.mockftpserver</groupId>
             <artifactId>MockFtpServer</artifactId>
-            <version>2.5</version>
+            <version>3.1.0</version>
             <scope>test</scope>
         </dependency>