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 5b67483 Bump commons-collections4 from 4.0 to 4.4 to avoid a security
bug (#2331)
5b67483 is described below
commit 5b674834c377b967cbd69e7f95e9e9eec1b13b02
Author: Benedict Jin <[email protected]>
AuthorDate: Fri Jan 8 10:38:50 2021 +0800
Bump commons-collections4 from 4.0 to 4.4 to avoid a security bug (#2331)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 41425ef..9a8c06c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
<spark.version>2.4.3</spark.version>
<flink.version>1.11.1</flink.version>
<common.io.version>2.5</common.io.version>
- <commons.collections4>4.0</commons.collections4>
+ <commons.collections4>4.4</commons.collections4>
<!-- keep consistent with client-cpp/tools/thrift/pom.xml-->
<thrift.version>0.13.0</thrift.version>
<airline.version>0.8</airline.version>