Skip to content

Commit e881c70

Browse files
committed
Upgrade to JUnit 5.10.3
1 parent fea237c commit e881c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-platform/framework-platform.gradle

+1-1
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.10"))
2121
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3"))
2222
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.0"))
23-
api(platform("org.junit:junit-bom:5.10.2"))
23+
api(platform("org.junit:junit-bom:5.10.3"))
2424
api(platform("org.mockito:mockito-bom:5.12.0"))
2525

2626
constraints {

0 commit comments

Comments
 (0)