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 {
3535 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.8.2" )
3636 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.8.2" )
3737 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 " )
3939 testImplementation(" org.junit.platform:junit-platform-commons:1.8.2" )
4040
4141 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(
2727 " org.junit:junit-bom:5.8.2" ,
2828 " org.junit.jupiter:junit-jupiter-api:5.8.2" ,
2929 " 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 " ,
3131 " org.junit.platform:junit-platform-suite-api:1.8.2" ,
3232 " org.opentest4j:opentest4j:1.2.0"
3333)
You can’t perform that action at this time.
0 commit comments