@@ -20,14 +20,14 @@ dependencyResolutionManagement {
2020
2121 testLibs {
2222 version(' junit' , ' 5.13.4' )
23- version(' mockito' , ' 5.19 .0' )
23+ version(' mockito' , ' 5.21 .0' )
2424
2525 library(' junit-bom' , ' org.junit' , ' junit-bom' ). versionRef(' junit' )
2626 library(' junit-jupiter' , ' org.junit.jupiter' , ' junit-jupiter' ). withoutVersion()
2727 library(' junit-platform-launcher' , ' org.junit.platform' , ' junit-platform-launcher' ). withoutVersion()
2828 library(' hamcrest' , ' org.hamcrest' , ' hamcrest' ). version(' 3.0' )
2929 library(' hamcrest-optional' , ' com.spotify' , ' hamcrest-optional' ). version(' 1.3.2' )
30- library(' assertj-core' , ' org.assertj' , ' assertj-core' ). version(' 3.27.4 ' )
30+ library(' assertj-core' , ' org.assertj' , ' assertj-core' ). version(' 3.27.6 ' )
3131 library(' mockito-bom' , ' org.mockito' , ' mockito-bom' ). versionRef(' mockito' )
3232 library(' mockito-core' , ' org.mockito' , ' mockito-core' ). withoutVersion()
3333 library(' mockito-junit-jupiter' , ' org.mockito' , ' mockito-junit-jupiter' ). withoutVersion()
0 commit comments