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

Merged
merged 6 commits into from
Nov 19, 2024

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.
@matrei matrei force-pushed the matrei/align-versions branch from d2716d6 to f86be45 Compare November 19, 2024 09:52
}
/*
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?

Copy link
Contributor Author

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?

@codeconsole
Copy link
Contributor

codeconsole commented Nov 19, 2024

Can you confirm this won't be merged up into 7.0.x? This shouldn't be needed with the 7.x bom

@jamesfredley jamesfredley linked an issue Nov 19, 2024 that may be closed by this pull request
@matrei matrei merged commit 0870a69 into 6.2.x Nov 19, 2024
12 checks passed
@matrei matrei deleted the matrei/align-versions branch November 19, 2024 20:25
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.

force spring-jcl 5.5.39 instead of 5.3.31
5 participants