This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new ea0e1b446e NIFI-10187 Upgraded FtpServer from 1.1.1 to 1.2.0
ea0e1b446e is described below
commit ea0e1b446ef83021f9e685975b3eb643a207af1f
Author: exceptionfactory <[email protected]>
AuthorDate: Thu Jun 30 15:26:09 2022 -0500
NIFI-10187 Upgraded FtpServer from 1.1.1 to 1.2.0
Signed-off-by: Pierre Villard <[email protected]>
This closes #6171.
---
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
index 7d5c95c037..afbd86ee9e 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
@@ -22,7 +22,7 @@
<dependency>
<groupId>org.apache.ftpserver</groupId>
<artifactId>ftpserver-core</artifactId>
- <version>1.1.1</version>
+ <version>1.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>