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 @@ -35,7 +35,7 @@ dependencies {
35
35
testImplementation(" org.junit.jupiter:junit-jupiter-api:5.8.2" )
36
36
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.8.2" )
37
37
testRuntimeOnly(" cglib:cglib-nodep:3.3.0" )
38
- testImplementation(" org.junit.platform:junit-platform-launcher:1.8.1 " )
38
+ testImplementation(" org.junit.platform:junit-platform-launcher:1.8.2 " )
39
39
testImplementation(" org.junit.platform:junit-platform-commons:1.8.2" )
40
40
41
41
testImplementation(" org.apache.commons:commons-compress:1.21" )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ val dependencyVersions = listOf(
27
27
" org.junit:junit-bom:5.8.2" ,
28
28
" org.junit.jupiter:junit-jupiter-api:5.8.2" ,
29
29
" org.junit.platform:junit-platform-engine:1.8.2" ,
30
- " org.junit.platform:junit-platform-launcher:1.8.1 " ,
30
+ " org.junit.platform:junit-platform-launcher:1.8.2 " ,
31
31
" org.junit.platform:junit-platform-suite-api:1.8.2" ,
32
32
" org.opentest4j:opentest4j:1.2.0"
33
33
)
You can’t perform that action at this time.
0 commit comments