Skip to content

Commit 811d673

Browse files
authored
bump mockito kotlin (#222)
1 parent 56605e5 commit 811d673

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff 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:

platforms/android/lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ext {
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'

0 commit comments

Comments
 (0)