ben-manes / gradle-versions-plugin

Gradle plugin to discover dependency updates
Apache License 2.0
3.83k stars 200 forks source link

Missing updates to core-ktx #754

Open Mygod opened 1 year ago

Mygod commented 1 year ago

What I see:

The following dependencies are using the latest milestone version:
 - androidx.core:core-ktx:1.9.0

However, there are newer milestone versions released already: https://developer.android.com/jetpack/androidx/releases/core#1.10.0-rc01

Running plugin 0.46.0.

ben-manes commented 10 months ago

Sorry I missed this one. I think it is probably the weird behavior of the android plugin (#798) that is breaking gradle's dependency resolver. They are applying some very restricting constraint, perhaps trying to enforce compatibility. It would be a bug on their side of not playing well with the ecosystem.