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

Dependabot suggests wrong versions of kotlinx.coroutines in Gradle project #2460

Closed
vbuberen opened this issue Aug 19, 2020 · 3 comments
Closed
Labels
L: java:gradle Maven packages via Gradle T: bug 🐞 Something isn't working

Comments

@vbuberen
Copy link

Package manager/ecosystem
Java Gradle

Manifest contents prior to update
https://github.com/ChuckerTeam/chucker/blob/develop/build.gradle

Updated dependency
Suggested update:
from org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8
to org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9-native-mt

What you expected to see, versus what you actually saw
I expect to see Dependabot suggesting regular stable Coroutines versions as they appear in the official repo:
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9', because this is what is expected to be used in Android projects normally.

Instead I see some strange dependencies ending with -native-mt.

Some time ago I had the same issue, where Dependabot suggested version ending with -mpp-native-dev-11.

Probably, Dependabot looks at some wrong place to pick versions.

Images of the diff or a link to the PR, issue or logs

Old issue from some time ago with previous Coroutines update:
Screenshot 2020-08-19 at 16 44 08
Corresponding PR:
ChuckerTeam/chucker#379

Fresh issue:
Screenshot 2020-08-19 at 16 43 57
Corresponding PR:
ChuckerTeam/chucker#426

After some time after opening previous commit Dependabot decided to open another PR with the same version update suggestion:
ChuckerTeam/chucker#429

@vbuberen vbuberen added the T: bug 🐞 Something isn't working label Aug 19, 2020
@reconman
Copy link

Same issue in Fate-Grand-Automata/FGA#575

@ashughes
Copy link

FYI, there's a discussion about this in #2547 as well.

@jeffwidman
Copy link
Member

I think this was fixed by #4077, but I'm not 100% sure (it's late and I've been going through a lot of old issues this evening so I'm afraid my brain is a little fuzzy).

I'm going to close, but if for some reason I'm wrong, please comment and I'll re-open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: java:gradle Maven packages via Gradle T: bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants