You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by "snuyanzin (via GitHub)" <gi...@apache.org> on 2023/10/20 17:19:39 UTC

[PR] [CURATOR-693] Bump zookeeper to 3.7.2 [curator]

snuyanzin opened a new pull request, #489:
URL: https://github.com/apache/curator/pull/489

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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@curator.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] [CURATOR-693] Bump zookeeper to 3.7.2 [curator]

Posted by "tisonkun (via GitHub)" <gi...@apache.org>.
tisonkun commented on PR #489:
URL: https://github.com/apache/curator/pull/489#issuecomment-1776434048

   For example,
   
   ```xml
         <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>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@curator.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] CURATOR-693. Bump zookeeper to 3.7.2 [curator]

Posted by "tisonkun (via GitHub)" <gi...@apache.org>.
tisonkun merged PR #489:
URL: https://github.com/apache/curator/pull/489


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@curator.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org