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 does not upgrade all our dependencies. #5961

Closed
bmarty opened this issue May 6, 2022 · 1 comment · Fixed by #5966 or #5967
Closed

Dependabot does not upgrade all our dependencies. #5961

bmarty opened this issue May 6, 2022 · 1 comment · Fixed by #5966 or #5967
Labels
S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect Something isn't working: bugs, crashes, hangs and other reported problems Z-Actions Changes to the GitHub automation in .github/workflows/

Comments

@bmarty
Copy link
Member

bmarty commented May 6, 2022

According to https://github.com/vector-im/element-android/network/updates/361179500

Every dependencies are searched in https://jitpack.io/ and https://github.com:443/vector-im/jitsi_libre_maven/raw/main/android-sdk-5.0.2 on not mavencentral

For instance about com.airbnb.android:mavericks (extract of the link above):

updater | INFO <job_361179500> Checking if com.airbnb.android:mavericks 2.5.0 needs updating
proxy | 2022/05/05 23:09:41 [096] GET https://jitpack.io:443/com/airbnb/android/mavericks/maven-metadata.xml
proxy | 2022/05/05 23:09:41 [096] 404 https://jitpack.io:443/com/airbnb/android/mavericks/maven-metadata.xml
proxy | 2022/05/05 23:09:42 [098] GET https://github.com:443/vector-im/jitsi_libre_maven/raw/main/android-sdk-5.0.2/com/airbnb/android/mavericks/maven-metadata.xml
proxy | 2022/05/05 23:09:42 [098] * authenticating git server request (host: github.com)
proxy | 2022/05/05 23:09:42 [098] 404 https://github.com:443/vector-im/jitsi_libre_maven/raw/main/android-sdk-5.0.2/com/airbnb/android/mavericks/maven-metadata.xml
proxy | 2022/05/05 23:09:42 [098] * auth'd git request returned 404, retrying without auth
updater | INFO <job_361179500> Latest version is
updater | INFO <job_361179500> Requirements to unlock update_not_possible
updater | INFO <job_361179500> Requirements update strategy
updater | INFO <job_361179500> No update possible for com.airbnb.android:mavericks 2.5.0

But Maverick 2.6.1 exists, see https://github.com/airbnb/mavericks/releases, and https://repo1.maven.org/maven2/com/airbnb/android/mavericks/2.6.1/

I think we have lots of outdated dependencies now.

Tentative fix from @ouchadam, by reordering our dependencies repositories : fd2aaa8 . But no effect :/

Not sure how to fix this annoying issue :/

@bmarty bmarty added T-Defect Something isn't working: bugs, crashes, hangs and other reported problems S-Major Severely degrades major functionality or product features, with no satisfactory workaround Z-Actions Changes to the GitHub automation in .github/workflows/ labels May 6, 2022
@MarcelCoding
Copy link
Contributor

I just found a workaround for this: dependabot/dependabot-core#3901 (comment)

Btw. your app is really nice. I use it already for a long time :)

@MarcelCoding MarcelCoding mentioned this issue May 6, 2022
13 tasks
bmarty added a commit that referenced this issue May 6, 2022
bmarty added a commit that referenced this issue May 9, 2022
bmarty added a commit that referenced this issue May 9, 2022
bmarty added a commit that referenced this issue May 9, 2022
piersonleo pushed a commit to piersonleo/element-android that referenced this issue Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect Something isn't working: bugs, crashes, hangs and other reported problems Z-Actions Changes to the GitHub automation in .github/workflows/
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants