mockito / mockito-kotlin

Using Mockito with Kotlin
MIT License
3.09k stars 198 forks source link

Update mockito-core dependency #434

Closed Amokrane closed 3 years ago

Amokrane commented 3 years ago

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

This resolves: https://github.com/mockito/mockito-kotlin/issues/433

TimvdLippe commented 3 years ago

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

Amokrane commented 3 years ago

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 commented 3 years ago

Thanks @Amokrane :)