Skip to content

Commit a0ad1d3

Browse files
committed
Bump preferred dependency versions
1 parent 04a4924 commit a0ad1d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

api-client/build.gradle.kts

Lines changed: 5 additions & 5 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.5.0")
35+
prefer("3.6.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-07-01T01-01-01,)")
47+
strictly("[2023-10-01T01-01-01,)")
4848
}
4949
}
5050
implementation("de.gesellix:docker-engine") {
5151
version {
52-
strictly("[2023-07-01T01-01-01,)")
52+
strictly("[2023-10-01T01-01-01,)")
5353
}
5454
}
5555
implementation("de.gesellix:docker-filesocket") {
5656
version {
57-
strictly("[2023-07-01T01-01-01,)")
57+
strictly("[2023-09-30T01-01-01,)")
5858
}
5959
}
6060
implementation("org.slf4j:slf4j-api") {
@@ -84,7 +84,7 @@ dependencies {
8484
testImplementation("org.junit.platform:junit-platform-commons:1.10.0")
8585

8686
testImplementation("org.apache.commons:commons-compress:1.24.0")
87-
testImplementation("de.gesellix:testutil:[2023-07-01T01-01-01,)")
87+
testImplementation("de.gesellix:testutil:[2023-09-30T01-01-01,)")
8888
testImplementation("de.gesellix:docker-registry:2023-08-15T22-14-00")
8989
}
9090

0 commit comments

Comments
 (0)