We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0c188 commit 3ec5df2Copy full SHA for 3ec5df2
api-client/build.gradle.kts
@@ -32,7 +32,7 @@ dependencies {
32
implementation(it) {
33
version {
34
strictly("[3,4)")
35
- prefer("3.3.0")
+ prefer("3.4.0")
36
}
37
38
@@ -44,17 +44,17 @@ dependencies {
44
45
implementation("de.gesellix:docker-remote-api-model-1-41") {
46
47
- strictly("[2023-04-01T01-01-01,)")
+ strictly("[2023-07-01T01-01-01,)")
48
49
50
implementation("de.gesellix:docker-engine") {
51
52
53
54
55
implementation("de.gesellix:docker-filesocket") {
56
57
58
59
60
implementation("org.slf4j:slf4j-api") {
0 commit comments