This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch prepare_release_1.3.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit ac83b9c8f2fa45cee8a2ee292db4cc8bd1041ebd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 8 20:08:08 2024 +0800
Bump commons-io:commons-io from 2.13.0 to 2.14.0 (#13676)
Bumps commons-io:commons-io from 2.13.0 to 2.14.0.
---
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 957dcf080e1..d91a49a8efc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
<commons-cli.version>1.5.0</commons-cli.version>
<commons-codec.version>1.16.1</commons-codec.version>
<commons-csv.version>1.10.0</commons-csv.version>
- <commons-io.version>2.13.0</commons-io.version>
+ <commons-io.version>2.14.0</commons-io.version>
<commons-jexl3.version>3.3</commons-jexl3.version>
<commons-lang3.version>3.13.0</commons-lang3.version>
<commons-math3.version>3.6.1</commons-math3.version>