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 a16c0aa commit 2f497af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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("[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("de.gesellix:docker-remote-api-model-1-41") {
version {
strictly("[2022-12-01T01-01-01,)")
strictly("[2023-04-01T01-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("[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("de.gesellix:docker-remote-api-model-1-41") {
version {
strictly("[2022-12-01T01-01-01,)")
strictly("[2023-04-01T01-01-01,)")
}
}
implementation("org.slf4j:slf4j-api") {
Expand Down

0 comments on commit 2f497af

Please sign in to comment.