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

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


The following commit(s) were added to refs/heads/master by this push:
     new c870061  [FLINK-16955] Bump Zookeeper to 3.4.14
c870061 is described below

commit c870061ba79519ba68d80798434510f710e8f98c
Author: Piyush Narang <[email protected]>
AuthorDate: Tue May 5 10:51:14 2020 -0400

    [FLINK-16955] Bump Zookeeper to 3.4.14
---
 .../flink-shaded-zookeeper-34/pom.xml                        | 12 +++++++++++-
 .../src/main/resources/META-INF/NOTICE                       |  2 +-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-34/pom.xml 
b/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-34/pom.xml
index 7cd1730..b8b7bf5 100644
--- a/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-34/pom.xml
+++ b/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-34/pom.xml
@@ -34,7 +34,7 @@ under the License.
     <version>${zookeeper.version}-11.0</version>
 
     <properties>
-        <zookeeper.version>3.4.10</zookeeper.version>
+        <zookeeper.version>3.4.14</zookeeper.version>
         <curator.version>4.2.0</curator.version>
     </properties>
 
@@ -68,6 +68,16 @@ under the License.
                     <groupId>org.slf4j</groupId>
                     <artifactId>*</artifactId>
                 </exclusion>
+                <exclusion>
+                    <!-- not relevant at runtime -->
+                    <groupId>com.google.code.findbugs</groupId>
+                    <artifactId>jsr305</artifactId>
+                </exclusion>
+                <exclusion>
+                    <!-- not relevant at runtime -->
+                    <groupId>com.github.spotbugs</groupId>
+                    <artifactId>spotbugs-annotations</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
diff --git 
a/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-34/src/main/resources/META-INF/NOTICE
 
b/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-34/src/main/resources/META-INF/NOTICE
index 3641353..c09ed76 100644
--- 
a/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-34/src/main/resources/META-INF/NOTICE
+++ 
b/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-34/src/main/resources/META-INF/NOTICE
@@ -10,4 +10,4 @@ This project bundles the following dependencies under the 
Apache Software Licens
 - org.apache.curator:curator-client:4.2.0
 - org.apache.curator:curator-framework:4.2.0
 - org.apache.curator:curator-recipes:4.2.0
-- org.apache.zookeeper:zookeeper:3.4.10
+- org.apache.zookeeper:zookeeper:3.4.14

Reply via email to