Update Mockito to 5.0.0

This commit is contained in:
Christian Beikov 2023-01-25 09:35:11 +01:00
parent 1652102c1a
commit 567697db55
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ dependencyResolutionManagement {
version( "junit4", "4.13.2" )
version( "junit5", "5.8.2" )
version( "assertj", "3.14.0" )
version( "mockito", "4.10.0" )
version( "mockito", "5.0.0" )
version( "byteman", "4.0.20" ) //Compatible with JDK20
version( "shrinkwrap", "1.2.6" )
version( "shrinkwrapDescriptors", "2.0.0" )