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 {
34
34
implementation(" de.gesellix:docker-engine:2022-02-22T23-12-00" )
35
35
implementation(" de.gesellix:docker-filesocket:2022-02-22T19-32-00" )
36
36
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 " )
39
39
40
40
testImplementation(" io.kotlintest:kotlintest-runner-junit5:3.4.2" )
41
41
testImplementation(" org.junit.jupiter:junit-jupiter-api:5.8.2" )
@@ -48,7 +48,7 @@ dependencies {
48
48
testImplementation(" de.gesellix:testutil:[2021-08-05T22-09-32,)" )
49
49
}
50
50
51
- tasks.withType(Test ::class .java ) {
51
+ tasks.withType(Test ::class ) {
52
52
useJUnitPlatform()
53
53
}
54
54
You can’t perform that action at this time.
0 commit comments