File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,10 +35,8 @@ updates:
3535 # consumer floor is pinned to 2.0.
3636 - dependency-name : " org.jetbrains.kotlinx:kotlinx-serialization-json"
3737 versions : [">=1.8.0"]
38- # Keep Mockito on 4.x (requires JVM 1.8)
39- - dependency-name : " org.mockito*:*"
40- versions : [">=5.0.0"]
41- # Keep JUnit on 4.x (JUnit 5 incompatible with Robolectric)
38+ # Keep JUnit on 4.x. JUnit 5 is a test-platform migration
39+ # (Jupiter/Vintage), not a drop-in update to junit:junit.
4240 - dependency-name : " junit:junit"
4341 versions : [">=5.0.0"]
4442
@@ -65,10 +63,8 @@ updates:
6563 # consumer floor is pinned to 2.0.
6664 - dependency-name : " org.jetbrains.kotlinx:kotlinx-serialization-json"
6765 versions : [">=1.8.0"]
68- # Keep Mockito on 4.x (requires JVM 1.8)
69- - dependency-name : " org.mockito*:*"
70- versions : [">=5.0.0"]
71- # Keep JUnit on 4.x (JUnit 5 incompatible with Robolectric)
66+ # Keep JUnit on 4.x. JUnit 5 is a test-platform migration
67+ # (Jupiter/Vintage), not a drop-in update to junit:junit.
7268 - dependency-name : " junit:junit"
7369 versions : [">=5.0.0"]
7470 groups :
Original file line number Diff line number Diff line change 2525 junit_version = ' 4.13.2'
2626 robolectric_version = ' 4.16.1'
2727 mockito_core_version = ' 5.23.0'
28- mockito_kotlin_version = ' 5.4 .0'
28+ mockito_kotlin_version = ' 6.3 .0'
2929 assertj_version = ' 3.27.7'
3030 awaitility_version = ' 4.3.0'
3131 detekt_formatting_version = ' 1.23.8'
You can’t perform that action at this time.
0 commit comments