HHH-16331 Upgrade to Mockito 5.2

This commit is contained in:
Sanne Grinovero 2023-03-17 09:52:40 +00:00 committed by Sanne Grinovero
parent 46e3c54271
commit cf5eafdd13
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.1.1" )
version( "mockito", "5.2.0" )
version( "byteman", "4.0.20" ) //Compatible with JDK20
version( "shrinkwrap", "1.2.6" )
version( "shrinkwrapDescriptors", "2.0.0" )