nicoloboschi opened a new pull request #13868: URL: https://github.com/apache/pulsar/pull/13868
### Motivation Pulsar IO Kafka connector depends from kafka client which, in turn, depends on `jersey-bean-validation:2.27`. `jersey-bean-validation:2.27` depends on `hibernate-validator:5.1.3` which is vulnerable to CVE-2017-7536 `jersey-bean-validation:2.27` uses Hibernate 6.x which is safe. ### Modifications * Fixed `jersey-bean-validation` to 2.34 (same used in the rest of the codebase) ### Verifying this change The tests are passing. Because of this change is only a patch version, there shouldn't be breaking changes at runtime (I haven't found anything potentially problematic in all the [release notes](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.28.html) ### Does this pull request potentially affect one of the following parts: Dependencies (does it add or upgrade a dependency): yes ### Documentation - [x] `no-need-doc` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
