This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
The following commit(s) were added to refs/heads/master by this push: new 91090093c4 Bump commons-io to 2.17.0 91090093c4 is described below commit 91090093c430d5b11ebecdc33ee24865edf8f762 Author: Quan Tran <hqt...@linagora.com> AuthorDate: Thu Oct 24 10:13:06 2024 +0700 Bump commons-io to 2.17.0 Avoid CVE-2024-47554 https://nvd.nist.gov/vuln/detail/CVE-2024-47554 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d63ed615e8..8a00b981e7 100644 --- a/pom.xml +++ b/pom.xml @@ -2299,7 +2299,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.13.0</version> + <version>2.17.0</version> </dependency> <dependency> <groupId>commons-net</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org