File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,12 @@ dependencies {
24
24
prefer(" 1.13.0" )
25
25
}
26
26
}
27
+ implementation(" com.squareup.okhttp3:okhttp" ) {
28
+ version {
29
+ strictly(" [4.9,5)" )
30
+ prefer(" 4.9.3" )
31
+ }
32
+ }
27
33
implementation(" de.gesellix:docker-remote-api-model-1-41" ) {
28
34
version {
29
35
strictly(" [2022-01-01T01-01-01,)" )
@@ -39,17 +45,23 @@ dependencies {
39
45
strictly(" [2022-01-01T01-01-01,)" )
40
46
}
41
47
}
48
+ implementation(" org.slf4j:slf4j-api" ) {
49
+ version {
50
+ strictly(" [1.7,1.8)" )
51
+ prefer(" 1.7.36" )
52
+ }
53
+ }
42
54
}
43
55
implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.20" )
44
56
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1" )
45
57
implementation(" com.squareup.moshi:moshi:1.13.0" )
46
- implementation(" com.squareup.okhttp3:okhttp:[4.9,5)!! 4.9.3" )
58
+ implementation(" com.squareup.okhttp3:okhttp:4.9.3" )
47
59
// implementation("com.squareup.okhttp3:logging-interceptor:[4.9,5)!!4.9.3")
48
60
implementation(" de.gesellix:docker-remote-api-model-1-41:2022-04-09T16-18-00" )
49
61
implementation(" de.gesellix:docker-engine:2022-04-09T23-24-00" )
50
62
implementation(" de.gesellix:docker-filesocket:2022-04-09T16-04-00" )
51
63
52
- implementation(" org.slf4j:slf4j-api:[1.7,1.8)!! 1.7.36" )
64
+ implementation(" org.slf4j:slf4j-api:1.7.36" )
53
65
testImplementation(" ch.qos.logback:logback-classic:[1.2,2)!!1.2.10" )
54
66
55
67
testImplementation(" io.kotlintest:kotlintest-runner-junit5:3.4.2" )
You can’t perform that action at this time.
0 commit comments