Skip to content

Commit

Permalink
Bump preferred dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Nov 29, 2024
1 parent 3c395d8 commit 9357ad8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions client-groovy4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ dependencies {
constraints {
implementation("de.gesellix:docker-engine") {
version {
strictly("[2023-10-01T01-01-01,)")
strictly("[2024-11-06T01-01-01,)")
}
}
implementation("de.gesellix:docker-filesocket") {
version {
strictly("[2023-09-01T01-01-01,)")
strictly("[2024-11-06T01-01-01,)")
}
}
implementation("de.gesellix:docker-remote-api-model-1-41") {
version {
strictly("[2023-10-01T01-01-01,)")
strictly("[2024-11-06T01-01-01,)")
}
}
implementation("org.slf4j:slf4j-api") {
Expand Down
6 changes: 3 additions & 3 deletions client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ dependencies {
constraints {
implementation("de.gesellix:docker-engine") {
version {
strictly("[2023-10-01T01-01-01,)")
strictly("[2024-11-06T01-01-01,)")
}
}
implementation("de.gesellix:docker-filesocket") {
version {
strictly("[2023-09-01T01-01-01,)")
strictly("[2024-11-06T01-01-01,)")
}
}
implementation("de.gesellix:docker-remote-api-model-1-41") {
version {
strictly("[2023-10-01T01-01-01,)")
strictly("[2024-11-06T01-01-01,)")
}
}
implementation("org.slf4j:slf4j-api") {
Expand Down
6 changes: 3 additions & 3 deletions integration-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ dependencies {
constraints {
implementation("de.gesellix:docker-engine") {
version {
strictly("[2023-10-01T01-01-01,)")
strictly("[2024-11-06T01-01-01,)")
}
}
implementation("de.gesellix:docker-filesocket") {
version {
strictly("[2023-09-30T01-01-01,)")
strictly("[2024-11-06T01-01-01,)")
}
}
implementation("de.gesellix:docker-remote-api-model-1-41") {
version {
strictly("[2023-10-01T01-01-01,)")
strictly("[2024-11-06T01-01-01,)")
}
}
implementation("org.slf4j:slf4j-api") {
Expand Down

0 comments on commit 9357ad8

Please sign in to comment.