mockito / mockito-kotlin

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

Main dependencies updated #496

Closed Nynuzoud closed 7 months ago

Nynuzoud commented 7 months ago

The idea is to get recent java version and keep the project up to date, so there are less issues with modern plugins that work on Java 17 i.e. AGP 8.x

Thank you for submitting a pull request! But first:

Nynuzoud commented 7 months ago

I updated by downgrading to Java 11 but got a failing test: doReturn_withGenericIntReturnType_on

Will take a look a bit later