Skip to content

Commit

Permalink
Bump version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jan 10, 2023
1 parent f532d93 commit 3a3908d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 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-02-01T01-01-01,)")
strictly("[2022-12-01T01-01-01,)")
}
}
implementation("de.gesellix:docker-filesocket") {
version {
strictly("[2022-02-01T01-01-01,)")
strictly("[2022-12-01T01-01-01,)")
}
}
implementation("de.gesellix:docker-remote-api-model-1-41") {
version {
strictly("[2022-02-01T01-01-01,)")
strictly("[2022-12-01T01-01-01,)")
}
}
implementation("org.slf4j:slf4j-api") {
Expand Down Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation(it) {
version {
strictly("[3,4)")
prefer("3.2.0")
prefer("3.3.0")
}
}
}
Expand All @@ -66,8 +66,8 @@ dependencies {
).onEach {
implementation(it) {
version {
strictly("[1.5,1.8)")
prefer("1.7.22")
strictly("[1.5,1.9)")
prefer("1.8.0")
}
}
}
Expand Down Expand Up @@ -119,7 +119,7 @@ dependencies {

implementation("org.bouncycastle:bcpkix-jdk15on:1.70")

testImplementation("de.gesellix:testutil:[2021-08-05T22-09-32,)")
testImplementation("de.gesellix:testutil:[2022-12-01T01-01-01,)")

testImplementation("org.junit.platform:junit-platform-launcher:1.9.2")
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
Expand Down
4 changes: 2 additions & 2 deletions explore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ dependencies {
).onEach {
implementation(it) {
version {
strictly("[1.5,1.8)")
prefer("1.7.22")
strictly("[1.5,1.9)")
prefer("1.8.0")
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions integration-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ dependencies {
).onEach {
implementation(it) {
version {
strictly("[1.5,1.8)")
prefer("1.7.22")
strictly("[1.5,1.9)")
prefer("1.8.0")
}
}
}
Expand Down

0 comments on commit 3a3908d

Please sign in to comment.