This is an automated email from the ASF dual-hosted git repository.
pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new b3a2fe2 [BEAM-8107] Update commons-compress to version 1.19
new c7f0b49 Merge pull request #9439 from
iemejia/BEAM-8107-commons-compress-update
b3a2fe2 is described below
commit b3a2fe297e3bb9ba5dc4fe0ad8a37e4b92da14a8
Author: Ismaël Mejía <[email protected]>
AuthorDate: Wed Aug 28 09:31:22 2019 +0200
[BEAM-8107] Update commons-compress to version 1.19
---
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index 3e6f32f..969b79f 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -464,7 +464,7 @@ class BeamModulePlugin implements Plugin<Project> {
cassandra_driver_core :
"com.datastax.cassandra:cassandra-driver-core:$cassandra_driver_version",
cassandra_driver_mapping :
"com.datastax.cassandra:cassandra-driver-mapping:$cassandra_driver_version",
commons_codec :
"commons-codec:commons-codec:1.10",
- commons_compress :
"org.apache.commons:commons-compress:1.18",
+ commons_compress :
"org.apache.commons:commons-compress:1.19",
commons_csv :
"org.apache.commons:commons-csv:1.4",
commons_io_1x :
"commons-io:commons-io:1.3.2",
commons_io_2x :
"commons-io:commons-io:2.5",