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

Checking updates for version catalog dependencies #924

Open
Vampire opened this issue Jan 2, 2025 · 0 comments
Open

Checking updates for version catalog dependencies #924

Vampire opened this issue Jan 2, 2025 · 0 comments

Comments

@Vampire
Copy link
Contributor

Vampire commented Jan 2, 2025

Similarly to settings plugin as requested in #367 it would be nice if also version catalog dependencies would be checked.

If you for example have in the settings script

dependencyResolutionManagement {
    versionCatalogs {
        val kotlinWrappers by registering {
            from("org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog:0.0.1-pre.850")
        }
    }
}

You do not get any finding even with checkConstraints = true.
If you used some entry of that catalog and that entry has a newer version, that entry is reported.
But the version catalog dependency itself is not.

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

No branches or pull requests

1 participant