We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d957d01 commit d89983dCopy full SHA for d89983d
framework-platform/framework-platform.gradle
@@ -21,7 +21,7 @@ dependencies {
21
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1"))
22
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.3"))
23
api(platform("org.junit:junit-bom:5.11.2"))
24
- api(platform("org.mockito:mockito-bom:5.13.0"))
+ api(platform("org.mockito:mockito-bom:5.14.1"))
25
26
constraints {
27
api("com.fasterxml:aalto-xml:1.3.2")
0 commit comments