Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CURATOR-693. Bump zookeeper to 3.7.2 #489

Merged
merged 1 commit into from
Oct 24, 2023
Merged

Conversation

snuyanzin
Copy link
Contributor

@snuyanzin snuyanzin commented Oct 20, 2023

Ref - CURATOR-693

The PR is aiming to bump zk to 3.7.2 to address CVE-2023-44981

Copy link
Member

@tisonkun tisonkun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Although, generally you can exclude transitive ZK and use a different ZK version downstream.

@tisonkun
Copy link
Member

For example,

      <dependency>
         <groupId>org.apache.curator</groupId>
         <artifactId>curator-recipes</artifactId>
         <version>${curator.version}</version>
         <exclusions>
             <exclusion>
                 <groupId>org.apache.zookeeper</groupId>
                 <artifactId>*</artifactId>
             </exclusion>
         </exclusions>
      </dependency>

@tisonkun tisonkun changed the title [CURATOR-693] Bump zookeeper to 3.7.2 CURATOR-693. Bump zookeeper to 3.7.2 Oct 24, 2023
@tisonkun tisonkun merged commit f5fb6d1 into apache:master Oct 24, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants