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