Skip to content

Commit

Permalink
upgrade org.apache.zookeeper:zookeeper to 3.9.2 (#10454)
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-shaojun authored Mar 19, 2024
1 parent cc4fe77 commit 86b55fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scala/dllib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.7.2</version>
<version>3.9.2</version>
<scope>${spark-scope}</scope>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion scala/orca/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.7.2</version>
<version>3.9.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 86b55fc

Please sign in to comment.