Skip to content

Commit

Permalink
Upgrade zookeeper from 3.5.10 to 3.8.3 (#15477)
Browse files Browse the repository at this point in the history
Upgrade zookeeper from 3.5.10 to 3.8.3
  • Loading branch information
gargvishesh authored Dec 5, 2023
1 parent d968bb3 commit 326b7b7
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
17 changes: 15 additions & 2 deletions licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1871,14 +1871,14 @@ name: Apache Zookeeper
license_category: binary
module: java-core
license_name: Apache License version 2.0
version: 3.5.10
version: 3.8.3
libraries:
- org.apache.zookeeper: zookeeper
- org.apache.zookeeper: zookeeper-jute
notices:
- zookeeper: |
Apache ZooKeeper
Copyright 2009-2019 The Apache Software Foundation
Copyright 2009-2023 The Apache Software Foundation
---

Expand Down Expand Up @@ -5459,6 +5459,19 @@ license_file_path: licenses/bin/lodash.MIT

---

name: "audience-annotations"
license_category: binary
module: core
license_name: Apache License version 2.0
version: 0.12.0
libraries:
- org.apache.yetus: audience-annotations
notices:
- audience-annotations: |
Apache Yetus
Copyright 2008-2022 The Apache Software Foundation
---

name: "loose-envify"
license_category: binary
module: web-console
Expand Down
2 changes: 1 addition & 1 deletion owasp-dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@
-->
<suppress>
<notes><![CDATA[
file name: zookeeper-3.5.10.jar
file name: zookeeper-3.8.3.jar
]]></notes>
<cve>CVE-2023-44981</cve>
</suppress>
Expand Down
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<hibernate-validator.version>6.2.5.Final</hibernate-validator.version>
<httpclient.version>4.5.13</httpclient.version>
<!-- When upgrading ZK, edit docs and integration tests as well (integration-tests/docker-base/setup.sh) -->
<zookeeper.version>3.5.10</zookeeper.version>
<zookeeper.version>3.8.3</zookeeper.version>
<checkerframework.version>2.5.7</checkerframework.version>
<com.google.apis.client.version>2.2.0</com.google.apis.client.version>
<com.google.http.client.apis.version>1.42.3</com.google.http.client.apis.version>
Expand Down Expand Up @@ -437,6 +437,14 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down
7 changes: 7 additions & 0 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-jute</artifactId>
</dependency>
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId>
Expand Down Expand Up @@ -471,6 +476,8 @@
<usedDependencies>
<!-- These are needed for scope: compile -->
<dependency>io.tesla.aether:tesla-aether</dependency>
<!-- These are needed for scope: runtime -->
<dependency>org.xerial.snappy:snappy-java</dependency>
</usedDependencies>
</configuration>
</plugin>
Expand Down

0 comments on commit 326b7b7

Please sign in to comment.