-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Security upgrade org.springframework.cloud:spring-cloud-starter-netflix-eureka-client from 1.4.0.RELEASE to 3.0.0 #54
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -132,7 +132,7 @@ | |||||
| <dependency> | ||||||
| <groupId>org.springframework.cloud</groupId> | ||||||
| <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId> | ||||||
| <version>1.4.0.RELEASE</version> | ||||||
| <version>3.0.0</version> | ||||||
|
||||||
| <version>3.0.0</version> | |
| <version>1.4.7.RELEASE</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This upgrade to version
3.0.0ofspring-cloud-starter-netflix-eureka-clientintroduces a breaking change that will cause application failures.The core issue is an incompatibility between the dependency's new version and the project's Spring Boot version:
1.5.1.RELEASEspring-cloud-starter-netflix-eureka-client:3.0.0:2.4.xor newer.This major version mismatch will lead to classpath conflicts (e.g., between Spring Framework 4.x and 5.x) and will likely prevent the application from building or starting.
Recommendation:
This automated PR should be rejected. To properly fix the security vulnerability, a migration of the entire application to a modern Spring Boot version (e.g., 2.7.x or 3.x) and corresponding Spring Cloud version is necessary. This should be handled as a separate, planned effort.