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 6cc0561 commit 2eff5cbCopy full SHA for 2eff5cb
framework-platform/framework-platform.gradle
@@ -20,7 +20,7 @@ dependencies {
20
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.12"))
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.10.3"))
+ api(platform("org.junit:junit-bom:5.11.0"))
24
api(platform("org.mockito:mockito-bom:5.12.0"))
25
26
constraints {
0 commit comments