This is an automated email from the ASF dual-hosted git repository.
oleewere pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ambari-logsearch.git
The following commit(s) were added to refs/heads/master by this push:
new efb573c AMBARI-24789. LogFeeder: fix CVE-2018-11771 - upgrade
commons-compress lib (#9)
efb573c is described below
commit efb573ca9d4770eabaab6915ad26727ac16786f5
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>