Skip to content

Commit 2eff5cb

Browse files
committed
Upgrade to JUnit 5.11
Closes gh-33395
1 parent 6cc0561 commit 2eff5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-platform/framework-platform.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.12"))
2121
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1"))
2222
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.3"))
23-
api(platform("org.junit:junit-bom:5.10.3"))
23+
api(platform("org.junit:junit-bom:5.11.0"))
2424
api(platform("org.mockito:mockito-bom:5.12.0"))
2525

2626
constraints {

0 commit comments

Comments
 (0)