Skip to content

Commit 3ec5df2

Browse files
committed
Bump the preferred Okio version to 3.4.0
1 parent ba0c188 commit 3ec5df2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

api-client/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
implementation(it) {
3333
version {
3434
strictly("[3,4)")
35-
prefer("3.3.0")
35+
prefer("3.4.0")
3636
}
3737
}
3838
}
@@ -44,17 +44,17 @@ dependencies {
4444
}
4545
implementation("de.gesellix:docker-remote-api-model-1-41") {
4646
version {
47-
strictly("[2023-04-01T01-01-01,)")
47+
strictly("[2023-07-01T01-01-01,)")
4848
}
4949
}
5050
implementation("de.gesellix:docker-engine") {
5151
version {
52-
strictly("[2023-04-01T01-01-01,)")
52+
strictly("[2023-07-01T01-01-01,)")
5353
}
5454
}
5555
implementation("de.gesellix:docker-filesocket") {
5656
version {
57-
strictly("[2023-04-01T01-01-01,)")
57+
strictly("[2023-07-01T01-01-01,)")
5858
}
5959
}
6060
implementation("org.slf4j:slf4j-api") {

0 commit comments

Comments
 (0)