This is an automated email from the ASF dual-hosted git repository. iwasakims pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/hadoop.git
commit 485e4e3348a0a8157169b27050c33f891abbf1fc Author: Liang-Chi Hsieh <[email protected]> AuthorDate: Wed Dec 9 20:09:44 2020 -0800 HADOOP-17425. Bump up snappy-java to 1.1.8.2. (#2536) (cherry picked from commit c2cecfc9b951e21d38783227379bec63f34b7702) Conflicts: hadoop-project/pom.xml --- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index d45abc1..e7cdf89 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -144,7 +144,7 @@ <metrics.version>3.2.4</metrics.version> <netty3.version>3.10.6.Final</netty3.version> <netty4.version>4.1.50.Final</netty4.version> - <snappy-java.version>1.1.8.1</snappy-java.version> + <snappy-java.version>1.1.8.2</snappy-java.version> <!-- Maven protoc compiler --> <protobuf-maven-plugin.version>0.5.1</protobuf-maven-plugin.version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
