This is an automated email from the ASF dual-hosted git repository. aajisaka pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.3 by this push: new ea07bd9ef0ac HADOOP-18912. upgrade snappy-java to 1.1.10.4. Contributed by PJ Fanning. (#6160) ea07bd9ef0ac is described below commit ea07bd9ef0acd8bf89b364947751c9c5dc73a498 Author: rohit-kb <115476286+rohit...@users.noreply.github.com> AuthorDate: Thu Oct 26 10:58:52 2023 +0530 HADOOP-18912. upgrade snappy-java to 1.1.10.4. Contributed by PJ Fanning. (#6160) Signed-off-by: Akira Ajisaka <aajis...@apache.org> --- LICENSE-binary | 2 +- hadoop-project/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE-binary b/LICENSE-binary index 6dcd5577d148..09c023f182e8 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -361,7 +361,7 @@ org.ehcache:ehcache:3.3.1 org.ini4j:ini4j:0.5.4 org.lz4:lz4-java:1.7.1 org.objenesis:objenesis:2.6 -org.xerial.snappy:snappy-java:1.1.10.1 +org.xerial.snappy:snappy-java:1.1.10.4 org.yaml:snakeyaml:2.0 org.wildfly.openssl:wildfly-openssl:1.1.3.Final diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 884140f9309e..9af44ff19b56 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -149,7 +149,7 @@ <metrics.version>3.2.4</metrics.version> <netty3.version>3.10.6.Final</netty3.version> <netty4.version>4.1.89.Final</netty4.version> - <snappy-java.version>1.1.10.1</snappy-java.version> + <snappy-java.version>1.1.10.4</snappy-java.version> <lz4-java.version>1.7.1</lz4-java.version> <!-- Maven protoc compiler --> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org