We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41f8ea commit c44e43dCopy full SHA for c44e43d
framework-platform/framework-platform.gradle
@@ -20,7 +20,7 @@ dependencies {
20
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.13"))
21
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3"))
22
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.3"))
23
- api(platform("org.junit:junit-bom:5.10.4"))
+ api(platform("org.junit:junit-bom:5.10.5"))
24
api(platform("org.mockito:mockito-bom:5.12.0"))
25
26
constraints {
0 commit comments