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 a155274 Bump commons-io:commons-io from 2.7 to 2.14.0 in /webindex/modules/data (#33) a155274 is described below commit a155274150ec5fdf74341f340294e60af7d48fed Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Nov 28 14:28:47 2024 -0500 Bump commons-io:commons-io from 2.7 to 2.14.0 in /webindex/modules/data (#33) 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] <supp...@github.com> 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 72328b8..f5e3b8e 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.7</version> + <version>2.14.0</version> </dependency> <dependency> <groupId>commons-lang</groupId> diff --git a/webindex/pom.xml b/webindex/pom.xml index 2773507..bb6b911 100644 --- a/webindex/pom.xml +++ b/webindex/pom.xml @@ -71,7 +71,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.7</version> + <version>2.14.0</version> </dependency> <dependency> <groupId>commons-lang</groupId>