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

Fixed dependabot #5966

Merged
merged 1 commit into from
May 9, 2022
Merged

Fixed dependabot #5966

merged 1 commit into from
May 9, 2022

Conversation

MarcelCoding
Copy link
Contributor

Type of change

Content

Changed gradle dependency decleration from:

mavenCentral()

to

maven { url 'https://repo1.maven.org/maven2' }

Checklist

probably squash this pr

Signed-off-by: Marcel [email protected]

@bmarty
Copy link
Member

bmarty commented May 9, 2022

Thanks for the PR (and for having found the workaround!)! I am also working on #5967.

@bmarty bmarty self-requested a review May 9, 2022 09:37
Copy link
Member

@bmarty bmarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. I will merge it and rebase mine 👍

@bmarty bmarty merged commit 0b00f97 into element-hq:develop May 9, 2022
@bmarty
Copy link
Member

bmarty commented May 9, 2022

FTR, post merge effect:

image

@MarcelCoding
Copy link
Contributor Author

now you have some work xd

@MarcelCoding MarcelCoding deleted the fixed-dependabot branch May 9, 2022 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dependabot does not upgrade all our dependencies.
2 participants