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

Fix dependabot snapshots #130

Merged
merged 2 commits into from
Nov 1, 2023
Merged

Fix dependabot snapshots #130

merged 2 commits into from
Nov 1, 2023

Conversation

ugexe
Copy link
Contributor

@ugexe ugexe commented Nov 1, 2023

Dependabot will stop looking for maven dependencies once it finds a repository that returns any number of results, even if none of those results match the requested version. This removes the ossrh repository because it brings in snapshot repositories that prevent dependabot from falling back to the central repository. See: dependabot/dependabot-core#5872

Dependabot will stop looking for maven dependencies once it finds
a repository that returns any number of results, even if none of
those results match the requested version. This removes the ossrh
repository because it brings in snapshot repositories that prevent
dependabot from falling back to the central repository. See:
dependabot/dependabot-core#5872
Explicitly use UTF-8 so Cp1252 isn't otherwise used on Windows.
@oschwald oschwald merged commit 87ec9b3 into main Nov 1, 2023
57 checks passed
@oschwald oschwald deleted the fix-dependabot-snapshots branch November 1, 2023 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants