mockito / mockito-kotlin

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

Mockito 5.1 support #478

Closed elomonaco closed 1 year ago

elomonaco commented 1 year ago

Mockito is now on version 5.1 and it appears the kotlin version is still on Mockito 4.1. Is there any plans to get in sync with the main Mockito library?

Mockito 5.1 has a few things I'd like to use but this is a blocker.

TimvdLippe commented 1 year ago

I would be happy to merge a PR that bumps the version of mockito-core

lukas-krecan commented 1 year ago

This may be a good start.