We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f24ef commit f0abdf2Copy full SHA for f0abdf2
framework-platform/framework-platform.gradle
@@ -20,7 +20,7 @@ dependencies {
20
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3"))
21
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.0"))
22
api(platform("org.junit:junit-bom:5.10.1"))
23
- api(platform("org.mockito:mockito-bom:5.7.0"))
+ api(platform("org.mockito:mockito-bom:5.8.0"))
24
25
constraints {
26
api("com.fasterxml:aalto-xml:1.3.2")
0 commit comments