chore(deps): Upgrade zookeeper version from 3.9.4 to 3.9.5 address the CVE-2026-24281 and CVE-2026-24308#27319
Conversation
|
|
7838fed to
c576592
Compare
agrawalreetika
left a comment
There was a problem hiding this comment.
I see the zookeeper also gets included from pinot-common as a transitive dependency, so check if any update is needed there?
Pinot is already using the Zookeeper version specified in the root pom, so no additional change is required from our side. |
| <artifactId>zookeeper</artifactId> | ||
| <scope>runtime</scope> | ||
| <!-- This is the version used by kafka tranitively --> | ||
| <version>3.8.4</version> |
There was a problem hiding this comment.
Did we verify this does not break anything when using this connector?
There was a problem hiding this comment.
I executed the regression test suite, and all test cases passed. Test report is included here #27319 (comment)
There was a problem hiding this comment.
Since tests are good, this should be okay.
Description
Upgraded zookeeper version to 3.9.5 to resolve the CVE-2026-24281 and CVE-2026-24308
Motivation and Context
Impact
Test Plan
Regression test suite report for Kafka connector
pinot connector
WhitesSource Security check report
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.