-
Notifications
You must be signed in to change notification settings - Fork 540
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
Updated Spring Boot to version 3.3.5 #297
Updated Spring Boot to version 3.3.5 #297
Conversation
97b575d
to
5cf8dbd
Compare
hi @v1r3n!
part prevents the further spring boot updates (without explicit exlusions). thank you! |
dependencies.gradle
Outdated
revGuava = '33.2.1-jre' | ||
revHamcrestAllMatchers = '1.8' | ||
revHealth = '1.1.4' | ||
revPostgres = '42.7.2' | ||
revProtoBuf = '3.21.12' | ||
revProtoBuf = '3.25.3' |
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.
could you try 3.25.5? I know upgrading anything related to protobuf and grpc can be quite a PITA due to what they pull vs what other libraries relying on them pull, but if 3.25.5 works, we should use that - it is vulnerability-free at the moment
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.
let's see 😄
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.
it seems fine to me 👍
- removed unnecessary restriction from `tomcat-embed-core`
- grpc 1.66.0 - protobuf 3.25.5 based on: camunda-community-hub/spring-zeebe#862
283f7a0
to
b61901a
Compare
tomcat-embed-core
Pull Request type
NOTE: Please remember to run
./gradlew spotlessApply
to fix any format violations.Changes in this PR
Updated Spring Boot to version 3.3.5, as this version does not include the vulnerability that previously required restricting the org.apache.tomcat.embed:tomcat-embed-core dependency.