This is an automated email from the ASF dual-hosted git repository. cnauroth pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4 by this push: new 6eb1c4805dc HADOOP-19383: upgrade Mina 2.0.27 due to CVE-2024-52046 6eb1c4805dc is described below commit 6eb1c4805dcd7256f5b237a934253d1f144b0ed9 Author: PJ Fanning <pjfann...@users.noreply.github.com> AuthorDate: Tue Feb 25 17:41:54 2025 +0000 HADOOP-19383: upgrade Mina 2.0.27 due to CVE-2024-52046 Closes #7267 Signed-off-by: Chris Nauroth <cnaur...@apache.org> (cherry picked from commit 1d736cc6791ace7e938f0cde8685ed67f50ba362) --- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 5fdfb7ad984..671fb6c4088 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -1195,7 +1195,7 @@ <dependency> <groupId>org.apache.mina</groupId> <artifactId>mina-core</artifactId> - <version>2.0.22</version> + <version>2.0.27</version> </dependency> <dependency> <groupId>org.apache.sshd</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org