Skip to content

Commit 29667bd

Browse files
committed
Bump version constraints for de.gesellix:*
1 parent 0e4ff12 commit 29667bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api-client/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ dependencies {
4444
}
4545
implementation("de.gesellix:docker-remote-api-model-1-41") {
4646
version {
47-
strictly("[2022-12-01T01-01-01,)")
47+
strictly("[2023-04-01T01-01-01,)")
4848
}
4949
}
5050
implementation("de.gesellix:docker-engine") {
5151
version {
52-
strictly("[2022-12-01T01-01-01,)")
52+
strictly("[2023-04-01T01-01-01,)")
5353
}
5454
}
5555
implementation("de.gesellix:docker-filesocket") {
5656
version {
57-
strictly("[2022-12-01T01-01-01,)")
57+
strictly("[2023-04-01T01-01-01,)")
5858
}
5959
}
6060
implementation("org.slf4j:slf4j-api") {

0 commit comments

Comments
 (0)