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 {
2424 prefer(" 1.13.0" )
2525 }
2626 }
27+ implementation(" com.squareup.okhttp3:okhttp" ) {
28+ version {
29+ strictly(" [4.9,5)" )
30+ prefer(" 4.9.3" )
31+ }
32+ }
2733 implementation(" de.gesellix:docker-remote-api-model-1-41" ) {
2834 version {
2935 strictly(" [2022-01-01T01-01-01,)" )
@@ -39,17 +45,23 @@ dependencies {
3945 strictly(" [2022-01-01T01-01-01,)" )
4046 }
4147 }
48+ implementation(" org.slf4j:slf4j-api" ) {
49+ version {
50+ strictly(" [1.7,1.8)" )
51+ prefer(" 1.7.36" )
52+ }
53+ }
4254 }
4355 implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.20" )
4456 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1" )
4557 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" )
4759// implementation("com.squareup.okhttp3:logging-interceptor:[4.9,5)!!4.9.3")
4860 implementation(" de.gesellix:docker-remote-api-model-1-41:2022-04-09T16-18-00" )
4961 implementation(" de.gesellix:docker-engine:2022-04-09T23-24-00" )
5062 implementation(" de.gesellix:docker-filesocket:2022-04-09T16-04-00" )
5163
52- implementation(" org.slf4j:slf4j-api:[1.7,1.8)!! 1.7.36" )
64+ implementation(" org.slf4j:slf4j-api:1.7.36" )
5365 testImplementation(" ch.qos.logback:logback-classic:[1.2,2)!!1.2.10" )
5466
5567 testImplementation(" io.kotlintest:kotlintest-runner-junit5:3.4.2" )
You can’t perform that action at this time.
0 commit comments