You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Corresponding PR: ChuckerTeam/chucker#379
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.
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:
Corresponding PR:
ChuckerTeam/chucker#379
Fresh issue:
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
The text was updated successfully, but these errors were encountered: