HHH-16329 Upgrade to Mockito 5.1.1

This commit is contained in:
Sanne Grinovero 2023-03-17 09:29:33 +00:00 committed by Sanne Grinovero
parent 65fa597dcb
commit 9764075cf6
1 changed files with 1 additions and 1 deletions

View File

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