You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by sz...@apache.org on 2022/05/11 13:26:30 UTC

[nifi-minifi-cpp] branch main updated: Bump commons-io in /extensions/sftp/tests/tools/sftp-test-server

This is an automated email from the ASF dual-hosted git repository.

szaszm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new 849aae6f8 Bump commons-io in /extensions/sftp/tests/tools/sftp-test-server
849aae6f8 is described below

commit 849aae6f8e56749ffc7dd60c6865af81521fe29f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Apr 20 16:44:32 2022 +0000

    Bump commons-io in /extensions/sftp/tests/tools/sftp-test-server
    
    Bumps commons-io from 2.4 to 2.7.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:production
    ...
    
    Closes #1312
    Signed-off-by: dependabot[bot] <su...@github.com>
    Signed-off-by: Marton Szasz <sz...@apache.org>
---
 extensions/sftp/tests/tools/sftp-test-server/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/sftp/tests/tools/sftp-test-server/pom.xml b/extensions/sftp/tests/tools/sftp-test-server/pom.xml
index df6ae8ce7..23995d84c 100644
--- a/extensions/sftp/tests/tools/sftp-test-server/pom.xml
+++ b/extensions/sftp/tests/tools/sftp-test-server/pom.xml
@@ -57,7 +57,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.4</version>
+            <version>2.7</version>
         </dependency>
         <dependency>
             <groupId>commons-cli</groupId>