@@ -17,15 +17,15 @@ dependencyResolutionManagement {
1717 }
1818
1919 testLibs {
20- version(' junit' , ' 5.13.0 ' )
21- version(' mockito' , ' 5.18 .0' )
20+ version(' junit' , ' 5.13.4 ' )
21+ version(' mockito' , ' 5.19 .0' )
2222
2323 library(' junit-bom' , ' org.junit' , ' junit-bom' ). versionRef(' junit' )
2424 library(' junit-jupiter' , ' org.junit.jupiter' , ' junit-jupiter' ). withoutVersion()
2525 library(' junit-platform-launcher' , ' org.junit.platform' , ' junit-platform-launcher' ). withoutVersion()
2626 library(' hamcrest' , ' org.hamcrest' , ' hamcrest' ). version(' 3.0' )
2727 library(' hamcrest-optional' , ' com.spotify' , ' hamcrest-optional' ). version(' 1.3.2' )
28- library(' assertj-core' , ' org.assertj' , ' assertj-core' ). version(' 3.27.3 ' )
28+ library(' assertj-core' , ' org.assertj' , ' assertj-core' ). version(' 3.27.4 ' )
2929 library(' mockito-bom' , ' org.mockito' , ' mockito-bom' ). versionRef(' mockito' )
3030 library(' mockito-core' , ' org.mockito' , ' mockito-core' ). withoutVersion()
3131 library(' mockito-junit-jupiter' , ' org.mockito' , ' mockito-junit-jupiter' ). withoutVersion()
0 commit comments