Skip to content

Commit

Permalink
Fix preferred dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Nov 29, 2024
1 parent 9357ad8 commit a52a63d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client-groovy4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
}
implementation("de.gesellix:docker-filesocket") {
version {
strictly("[2024-11-06T01-01-01,)")
strictly("[2024-11-04T01-01-01,)")
}
}
implementation("de.gesellix:docker-remote-api-model-1-41") {
Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
}
implementation("de.gesellix:docker-filesocket") {
version {
strictly("[2024-11-06T01-01-01,)")
strictly("[2024-11-04T01-01-01,)")
}
}
implementation("de.gesellix:docker-remote-api-model-1-41") {
Expand Down
2 changes: 1 addition & 1 deletion integration-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
}
implementation("de.gesellix:docker-filesocket") {
version {
strictly("[2024-11-06T01-01-01,)")
strictly("[2024-11-04T01-01-01,)")
}
}
implementation("de.gesellix:docker-remote-api-model-1-41") {
Expand Down

0 comments on commit a52a63d

Please sign in to comment.