-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Upgrade to Kafka 3.4.0 #34284
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
Comments
I think it's necessary for Spring Boot 2.x in 2.7.x branch to fix CVE-2023-25194. |
As described in our policy for managing third-party dependencies, we won't upgrade to a new minor release of a dependency in a maintenance release of Spring Boot. Additionally, I think this CVE is a false-positive in the context of a Spring Boot application. Its description describes it as a server-side vulnerability:
|
@wilkinsona (cc: @stliu, FYI.) |
But this is giving me error of I am using gradle version - 6.8.1 |
@sheetalj2205 This upgrade only applied to Spring Boot 3.1.0-M1. As you are using 2.7.10 you are not affected by it. You should using Spring Kafka 2.8.x not 2.6.x with Spring Boot 2.7.x. You can find all the default versions listed in the documentation. If you have any further questions, please follow up on Stack Overflow or Gitter. As mentioned in the guidelines for contributing, we prefer to use GitHub issues only for bugs and enhancements. |
No description provided.
The text was updated successfully, but these errors were encountered: