This is an automated email from the ASF dual-hosted git repository.
zhouky pushed a commit to branch branch-0.3
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
The following commit(s) were added to refs/heads/branch-0.3 by this push:
new 826c1b444 [CELEBORN-743][BUILD] Bump commons-io to 2.13.0
826c1b444 is described below
commit 826c1b444749e4693a3041692b8c9d753821be2b
Author: Cheng Pan <[email protected]>
AuthorDate: Thu Jun 29 10:26:57 2023 +0800
[CELEBORN-743][BUILD] Bump commons-io to 2.13.0
### What changes were proposed in this pull request?
Bump commons-io to 2.13.0
### Why are the changes needed?
- https://commons.apache.org/proper/commons-io/changes-report.html#a2.9.0
- https://commons.apache.org/proper/commons-io/changes-report.html#a2.10.0
- https://commons.apache.org/proper/commons-io/changes-report.html#a2.11.0
- https://commons.apache.org/proper/commons-io/changes-report.html#a2.12.0
- https://commons.apache.org/proper/commons-io/changes-report.html#a2.13.0
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass GA.
Closes #1655 from pan3793/CELEBORN-743.
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: zky.zhoukeyong <[email protected]>
(cherry picked from commit 78327ebd4a25f6b3052b7741acc0da6ad9b2ebb0)
Signed-off-by: zky.zhoukeyong <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ed7805af8..46b4ce43d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
<codahale.metrics.version>3.2.6</codahale.metrics.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
- <commons-io.version>2.8.0</commons-io.version>
+ <commons-io.version>2.13.0</commons-io.version>
<commons-crypto.version>1.0.0</commons-crypto.version>
<google.jsr305.version>1.3.9</google.jsr305.version>
<grpc.version>1.44.0</grpc.version>