-
Notifications
You must be signed in to change notification settings - Fork 3k
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
feat(vulnerability): Upgrade spring libraries to latest version #4698
feat(vulnerability): Upgrade spring libraries to latest version #4698
Conversation
@@ -1,3 +1,6 @@ | |||
server.port=9091 | |||
management.endpoints.web.exposure.include=metrics, health, info | |||
spring.mvc.servlet.path=/ | |||
management.health.elasticsearch.enabled=false |
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.
Have to add since in the latest version, spring checks dependent components, and neo4j status returns DOWN when not being used.
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 is interesting
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.
Once CI passing LGTM.
Upgrade spring libraries to latest version to solve security vulnerabilities.
Note, they were not actually impacting our service since we use JDK8, but for future proofing.
Checklist