You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ca...@apache.org on 2021/04/06 03:00:29 UTC

[incubator-doris] branch master updated: [FE][Fix]Update commons-collections to fix a security issue (#5595)

This is an automated email from the ASF dual-hosted git repository.

caiconghui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 5012fdc  [FE][Fix]Update commons-collections to fix a security issue (#5595)
5012fdc is described below

commit 5012fdc049a04994441a3b5389e6add5cfc42ea4
Author: zh0122 <zh...@gmail.com>
AuthorDate: Tue Apr 6 11:00:19 2021 +0800

    [FE][Fix]Update commons-collections to fix a security issue (#5595)
    
    Fix CVE-2017-15708
    https://www.cvedetails.com/cve/CVE-2017-15708/
---
 fe/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fe/pom.xml b/fe/pom.xml
index 256fbde..bfbf887 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -638,7 +638,7 @@ under the License.
             <dependency>
                 <groupId>commons-collections</groupId>
                 <artifactId>commons-collections</artifactId>
-                <version>3.2.1</version>
+                <version>3.2.2</version>
                 <scope>compile</scope>
             </dependency>
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org