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

Update mockito-core dependency #434

Merged
merged 1 commit into from May 5, 2021

Conversation

Amokrane
Copy link
Contributor

@Amokrane Amokrane commented May 5, 2021

mockito-core:3.8.0 depends on objenesis:3.1 which causes android instrumentation tests to fail when minSDK < 26 (see: mockito/mockito#2007 for more information.). Updating to mockito-core:3.9.0 fixes this.

This resolves: #433

Copy link
Contributor

@TimvdLippe TimvdLippe left a comment

Choose a reason for hiding this comment

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

Awesome thanks!

@TimvdLippe TimvdLippe merged commit d90ced6 into mockito:main May 5, 2021
@TimvdLippe
Copy link
Contributor

This should be getting published as 3.2.0 to Maven Central, which can take ~1 hour to sync.

@Amokrane
Copy link
Contributor Author

Amokrane commented May 5, 2021

This should be getting published as 3.2.0 to Maven Central, which can take ~1 hour to sync.

Oh that's fast, I love the continuous deployment philosophy of this project. Thanks!

@prcaen
Copy link

prcaen commented May 18, 2021

Thanks @Amokrane :)

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.

Transitive dependency on objenesis:3.1 causing Android instrumentation tests to fail
3 participants