From 384e60449d52110dd947e6b0bc7b3f77085d0dca Mon Sep 17 00:00:00 2001 From: Sebastian Peters Date: Mon, 16 Dec 2019 13:13:25 +0100 Subject: [PATCH 1/2] Update commons-collections to 3.2.2 and fix CVE-2015-6420, CVE-2017-15708 --- mailreader/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mailreader/pom.xml b/mailreader/pom.xml index 7b52560e..4a8c9a29 100644 --- a/mailreader/pom.xml +++ b/mailreader/pom.xml @@ -46,7 +46,12 @@ struts-mailreader-dao 1.3.5 - + + + commons-collections + commons-collections + 3.2.2 + From f60c11f34c47db54bb8afc2342bb8ae02476ba54 Mon Sep 17 00:00:00 2001 From: Sebastian Peters Date: Mon, 16 Dec 2019 13:16:35 +0100 Subject: [PATCH 2/2] Update commons-beanutils to 1.9.4 and fix CVE-2014-0114, CVE-2019-10086 --- mailreader/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mailreader/pom.xml b/mailreader/pom.xml index 4a8c9a29..d69a9367 100644 --- a/mailreader/pom.xml +++ b/mailreader/pom.xml @@ -46,12 +46,18 @@ struts-mailreader-dao 1.3.5 - + + + commons-beanutils + commons-beanutils + 1.9.4 + commons-collections commons-collections 3.2.2 +