This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
The following commit(s) were added to refs/heads/master by this push:
new b2da6e0 Bumps commons-compress version
new 0f54b40 This closes #1089
b2da6e0 is described below
commit b2da6e01c940e569e38198c5897d7cbe529e799d
Author: Martin Harris <[email protected]>
AuthorDate: Fri Apr 3 16:35:37 2020 +0100
Bumps commons-compress version
Previous version had known vulnerability CVE-2019-12402
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d1e77b0..746402d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,7 @@
<freemarker.version>2.3.25-incubating</freemarker.version>
<commons-io.version>2.4</commons-io.version>
<jsonPath.version>2.4.0</jsonPath.version>
- <commons-compress.version>1.18</commons-compress.version>
+ <commons-compress.version>1.20</commons-compress.version>
<validation-api.version>1.1.0.Final</validation-api.version>
<geronimo-jms_1.1_spec.version>1.1.1</geronimo-jms_1.1_spec.version>
<geronimo-jta_1.1_spec.version>1.1.1</geronimo-jta_1.1_spec.version>