File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ dependencies {
2929 ).onEach {
3030 implementation(it) {
3131 version {
32- strictly(" [1.5,1.8 )" )
33- prefer(" 1.7.22 " )
32+ strictly(" [1.5,1.9 )" )
33+ prefer(" 1.8.0 " )
3434 }
3535 }
3636 }
@@ -41,7 +41,7 @@ dependencies {
4141 implementation(it) {
4242 version {
4343 strictly(" [3,4)" )
44- prefer(" 3.2 .0" )
44+ prefer(" 3.3 .0" )
4545 }
4646 }
4747 }
@@ -50,7 +50,7 @@ dependencies {
5050 implementation(" de.gesellix:docker-remote-api-model-1-41:[2022-12-01T01-01-01,)" )
5151 implementation(" de.gesellix:docker-engine:[2022-12-01T01-01-01,)" )
5252
53- implementation(" org.slf4j:slf4j-api:[1.7,)!!2.0.5 " )
53+ implementation(" org.slf4j:slf4j-api:[1.7,)!!2.0.6 " )
5454 testImplementation(" ch.qos.logback:logback-classic:[1.2,2)!!1.3.3" )
5555
5656 testImplementation(" org.spockframework:spock-core:2.3-groovy-4.0" )
You can’t perform that action at this time.
0 commit comments