This is an automated email from the ASF dual-hosted git repository.
oleewere pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new 337f57a AMBARI-24789. LogFeeder: fix CVE-2018-11771 - upgrade
commons-compress lib. (#2473)
337f57a is described below
commit 337f57ac8f1c3e4073e692818cfbfb5596dff74e
Author: Olivér Szabó <[email protected]>
AuthorDate: Tue Oct 16 18:43:10 2018 +0200
AMBARI-24789. LogFeeder: fix CVE-2018-11771 - upgrade commons-compress lib.
(#2473)
---
ambari-logsearch/ambari-logsearch-logfeeder/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ambari-logsearch/ambari-logsearch-logfeeder/pom.xml
b/ambari-logsearch/ambari-logsearch-logfeeder/pom.xml
index c11faa9..aa9bbff 100644
--- a/ambari-logsearch/ambari-logsearch-logfeeder/pom.xml
+++ b/ambari-logsearch/ambari-logsearch-logfeeder/pom.xml
@@ -147,7 +147,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
- <version>1.16.1</version>
+ <version>1.18</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>