This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 610e814 Bump commons-io from 2.4 to 2.7 in /stresso (#26)
610e814 is described below
commit 610e814f6196f1dc57a97b429b49c5acefc90d8f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 21 06:32:18 2022 -0400
Bump commons-io from 2.4 to 2.7 in /stresso (#26)
Bumps commons-io from 2.4 to 2.7.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
stresso/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stresso/pom.xml b/stresso/pom.xml
index f1a8d3a..232b5b0 100644
--- a/stresso/pom.xml
+++ b/stresso/pom.xml
@@ -106,7 +106,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.4</version>
+ <version>2.7</version>
<scope>test</scope>
</dependency>
<!-- Test Dependencies -->