We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 892a5cd + 6c23180 commit b660d8cCopy full SHA for b660d8c
framework-platform/framework-platform.gradle
@@ -20,7 +20,7 @@ dependencies {
20
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1"))
21
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.0"))
22
api(platform("org.junit:junit-bom:5.12.1"))
23
- api(platform("org.mockito:mockito-bom:5.16.0"))
+ api(platform("org.mockito:mockito-bom:5.16.1"))
24
25
constraints {
26
api("com.fasterxml:aalto-xml:1.3.2")
0 commit comments