This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.11 by this push:
     new 2e645cb  [FLINK-22208][build] Bump snappy-java to 1.1.8.3
2e645cb is described below

commit 2e645cb8782619228f80db05246ee3d043fdf0db
Author: Chesnay Schepler <[email protected]>
AuthorDate: Mon Apr 12 10:12:07 2021 +0200

    [FLINK-22208][build] Bump snappy-java to 1.1.8.3
---
 flink-dist/src/main/resources/META-INF/NOTICE | 2 +-
 pom.xml                                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-dist/src/main/resources/META-INF/NOTICE 
b/flink-dist/src/main/resources/META-INF/NOTICE
index 9820137..cf099c1 100644
--- a/flink-dist/src/main/resources/META-INF/NOTICE
+++ b/flink-dist/src/main/resources/META-INF/NOTICE
@@ -25,7 +25,7 @@ This project bundles the following dependencies under the 
Apache Software Licens
 - org.javassist:javassist:3.24.0-GA
 - org.lz4:lz4-java:1.6.0
 - org.objenesis:objenesis:2.1
-- org.xerial.snappy:snappy-java:1.1.4
+- org.xerial.snappy:snappy-java:1.1.8.3
 
 This project bundles the following dependencies under the BSD license.
 See bundled license files for details.
diff --git a/pom.xml b/pom.xml
index 7b1ef12..b29a9f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -460,7 +460,7 @@ under the License.
                        <dependency>
                                <groupId>org.xerial.snappy</groupId>
                                <artifactId>snappy-java</artifactId>
-                               <version>1.1.4</version>
+                               <version>1.1.8.3</version>
                        </dependency>
 
                        <dependency>

Reply via email to