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 fafb1f955 Bump commons-io:commons-io
fafb1f955 is described below
commit fafb1f9550541b597611aef8fd33992c7ae56a5a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 3 18:46:30 2024 +0000
Bump commons-io:commons-io
Bumps commons-io:commons-io from 2.7 to 2.14.0.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
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 23995d84c..d46b1735a 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.7</version>
+ <version>2.14.0</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>