ocpsoft / rewrite

OCPsoft URL-Rewriting Framework
http://ocpsoft.org/rewrite/
Apache License 2.0
189 stars 86 forks source link

[EE8] Use Mockito 4.6 #340

Closed larsgrefer closed 2 years ago

lincolnthree commented 2 years ago

Thanks Lars! This looks good. I'm curious as to why, but, merging in the mean time :) From my little research, it seems like Mockito has won the popularity battle?

larsgrefer commented 2 years ago

The reason is: Mockito works on Java 17+ (so its needed for #336 )

lincolnthree commented 2 years ago

Ah, that'll do it. Thanks :)