Skip to content

Commit 9357ad8

Browse files
committed
Bump preferred dependency versions
1 parent 3c395d8 commit 9357ad8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

client-groovy4/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ dependencies {
1515
constraints {
1616
implementation("de.gesellix:docker-engine") {
1717
version {
18-
strictly("[2023-10-01T01-01-01,)")
18+
strictly("[2024-11-06T01-01-01,)")
1919
}
2020
}
2121
implementation("de.gesellix:docker-filesocket") {
2222
version {
23-
strictly("[2023-09-01T01-01-01,)")
23+
strictly("[2024-11-06T01-01-01,)")
2424
}
2525
}
2626
implementation("de.gesellix:docker-remote-api-model-1-41") {
2727
version {
28-
strictly("[2023-10-01T01-01-01,)")
28+
strictly("[2024-11-06T01-01-01,)")
2929
}
3030
}
3131
implementation("org.slf4j:slf4j-api") {

client/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ dependencies {
1515
constraints {
1616
implementation("de.gesellix:docker-engine") {
1717
version {
18-
strictly("[2023-10-01T01-01-01,)")
18+
strictly("[2024-11-06T01-01-01,)")
1919
}
2020
}
2121
implementation("de.gesellix:docker-filesocket") {
2222
version {
23-
strictly("[2023-09-01T01-01-01,)")
23+
strictly("[2024-11-06T01-01-01,)")
2424
}
2525
}
2626
implementation("de.gesellix:docker-remote-api-model-1-41") {
2727
version {
28-
strictly("[2023-10-01T01-01-01,)")
28+
strictly("[2024-11-06T01-01-01,)")
2929
}
3030
}
3131
implementation("org.slf4j:slf4j-api") {

integration-test/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ dependencies {
1313
constraints {
1414
implementation("de.gesellix:docker-engine") {
1515
version {
16-
strictly("[2023-10-01T01-01-01,)")
16+
strictly("[2024-11-06T01-01-01,)")
1717
}
1818
}
1919
implementation("de.gesellix:docker-filesocket") {
2020
version {
21-
strictly("[2023-09-30T01-01-01,)")
21+
strictly("[2024-11-06T01-01-01,)")
2222
}
2323
}
2424
implementation("de.gesellix:docker-remote-api-model-1-41") {
2525
version {
26-
strictly("[2023-10-01T01-01-01,)")
26+
strictly("[2024-11-06T01-01-01,)")
2727
}
2828
}
2929
implementation("org.slf4j:slf4j-api") {

0 commit comments

Comments
 (0)