This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 1039a5471a8 Bump org.apache.commons:commons-compress from 1.21 to
1.26.0 (#12058)
1039a5471a8 is described below
commit 1039a5471a82d17fb1d58fc82e0370a0f6969488
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 21 10:07:17 2024 +0800
Bump org.apache.commons:commons-compress from 1.21 to 1.26.0 (#12058)
Bumps org.apache.commons:commons-compress from 1.21 to 1.26.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
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 1be6f0cb346..96900d02632 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1321,7 +1321,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
- <version>1.21</version>
+ <version>1.26.0</version>
</dependency>
<!-- Conflict:
hadoop-mapreduce-client-core (pulls in 4.0 and 3.0)