This is an automated email from the ASF dual-hosted git repository. oleewere pushed a commit to branch cloudbreak in repository https://gitbox.apache.org/repos/asf/ambari-logsearch.git
commit d9afa7cd670cb3e37e723cbc31517a1ef397a7f3 Author: Olivér Szabó <[email protected]> AuthorDate: Tue Oct 16 19:32:48 2018 +0200 AMBARI-24789. LogFeeder: fix CVE-2018-11771 - upgrade commons-compress lib (#9) --- ambari-logsearch-logfeeder/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ambari-logsearch-logfeeder/pom.xml b/ambari-logsearch-logfeeder/pom.xml index 8b89ff6..1f8a20c 100644 --- a/ambari-logsearch-logfeeder/pom.xml +++ b/ambari-logsearch-logfeeder/pom.xml @@ -152,7 +152,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.16.1</version> + <version>1.18</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId>
