Skip to content
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

Open
wants to merge 5 commits into
base: 6.2.x
Choose a base branch
from

Conversation

matrei
Copy link
Contributor

@matrei matrei commented Nov 19, 2024

Closes #13856

…-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.
}
/*
if (details.requested.group == 'org.yaml' && details.requested.name == 'snakeyaml') {
details.useVersion(snakeyamlVersion)
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants