-
-
Notifications
You must be signed in to change notification settings - Fork 953
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
Align versions of transitive dependencies with Grails specified versions #13860
Conversation
…-orm` Ensure consistent versions of `spring-core`, `spring-jcl`, and `spring-orm` across all transitive dependencies. This resolves potential version conflicts caused by different versions being pulled in by other dependencies. Close #13856
Ensure consistent version of `snakeyaml` across all transitive dependencies. This resolves potential version conflicts caused by different versions being pulled in by other dependencies.
Ensure consistent version of `tomcat-jdbc` and `tomcat-juli` across all transitive dependencies. This resolves potential version conflicts caused by different versions being pulled in by other dependencies.
d2716d6
to
f86be45
Compare
} | ||
/* | ||
if (details.requested.group == 'org.yaml' && details.requested.name == 'snakeyaml') { | ||
details.useVersion(snakeyamlVersion) |
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.
Shouldn't we remove snakeyaml since it is commented out?
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.
Oops! I was testing something and missed to enable this again. I am unsure about snakeyaml. 2.0 is pulled in by other libraries. Will it work to force 2.2?
Can you confirm this won't be merged up into 7.0.x? This shouldn't be needed with the 7.x bom |
Closes #13856