Skip to content

Commit 39560cf

Browse files
committed
Bump version constraints (okio:3.3.0)
1 parent 15a5e77 commit 39560cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)