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 23f1cdd Bump commons-io from 2.4 to 2.7 in /webindex (#27)
23f1cdd is described below
commit 23f1cdd2f207dd3bc66a9e4cfd41347e5d70f372
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 21 06:31:45 2022 -0400
Bump commons-io from 2.4 to 2.7 in /webindex (#27)
Bumps commons-io from 2.4 to 2.7.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
webindex/modules/data/pom.xml | 2 +-
webindex/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/webindex/modules/data/pom.xml b/webindex/modules/data/pom.xml
index 55eeb51..72328b8 100644
--- a/webindex/modules/data/pom.xml
+++ b/webindex/modules/data/pom.xml
@@ -37,7 +37,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.4</version>
+ <version>2.7</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
diff --git a/webindex/pom.xml b/webindex/pom.xml
index 906f697..b2ec935 100644
--- a/webindex/pom.xml
+++ b/webindex/pom.xml
@@ -72,7 +72,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.4</version>
+ <version>2.7</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>