Skip to content

Commit

Permalink
Bump version constraints for de.gesellix:*
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Apr 28, 2023
1 parent 0e4ff12 commit 29667bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ dependencies {
}
implementation("de.gesellix:docker-remote-api-model-1-41") {
version {
strictly("[2022-12-01T01-01-01,)")
strictly("[2023-04-01T01-01-01,)")
}
}
implementation("de.gesellix:docker-engine") {
version {
strictly("[2022-12-01T01-01-01,)")
strictly("[2023-04-01T01-01-01,)")
}
}
implementation("de.gesellix:docker-filesocket") {
version {
strictly("[2022-12-01T01-01-01,)")
strictly("[2023-04-01T01-01-01,)")
}
}
implementation("org.slf4j:slf4j-api") {
Expand Down

0 comments on commit 29667bd

Please sign in to comment.