File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ dependencies {
3434 implementation(" de.gesellix:docker-engine:2022-02-22T23-12-00" )
3535 implementation(" de.gesellix:docker-filesocket:2022-02-22T19-32-00" )
3636
37- implementation(" org.slf4j:slf4j-api:[1.7,)!!1.7.32 " )
38- testImplementation(" ch.qos.logback:logback-classic:[1.2,2)!!1.2.7 " )
37+ implementation(" org.slf4j:slf4j-api:[1.7,1.8 )!!1.7.36 " )
38+ testImplementation(" ch.qos.logback:logback-classic:[1.2,2)!!1.2.10 " )
3939
4040 testImplementation(" io.kotlintest:kotlintest-runner-junit5:3.4.2" )
4141 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.8.2" )
@@ -48,7 +48,7 @@ dependencies {
4848 testImplementation(" de.gesellix:testutil:[2021-08-05T22-09-32,)" )
4949}
5050
51- tasks.withType(Test ::class .java ) {
51+ tasks.withType(Test ::class ) {
5252 useJUnitPlatform()
5353}
5454
You can’t perform that action at this time.
0 commit comments