File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ dependencies {
77
77
testImplementation(" ch.qos.logback:logback-classic:[1.2,2)!!1.3.8" )
78
78
79
79
testImplementation(" io.kotlintest:kotlintest-runner-junit5:3.4.2" )
80
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10.0 " )
80
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10.1 " )
81
81
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.1" )
82
82
testRuntimeOnly(" cglib:cglib-nodep:3.3.0" )
83
83
testImplementation(" org.junit.platform:junit-platform-launcher:1.10.0" )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ val dependencyVersions = listOf(
25
25
" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3" ,
26
26
" org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3" ,
27
27
" org.junit:junit-bom:5.10.1" ,
28
- " org.junit.jupiter:junit-jupiter-api:5.10.0 " ,
28
+ " org.junit.jupiter:junit-jupiter-api:5.10.1 " ,
29
29
" org.opentest4j:opentest4j:1.3.0"
30
30
)
31
31
You can’t perform that action at this time.
0 commit comments