Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Sep 24, 2021
1 parent bd2b222 commit d2eda58
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("maven-publish")
id("com.github.ben-manes.versions") version "0.39.0"
id("net.ossindex.audit") version "0.4.11"
id("io.freefair.maven-central.validate-poms") version "6.1.0"
id("io.freefair.maven-central.validate-poms") version "6.2.0"
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
}

Expand Down
10 changes: 5 additions & 5 deletions client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
implementation(it) {
version {
strictly("[1.3,1.6)")
prefer("1.5.30")
prefer("1.5.31")
}
}
}
Expand All @@ -68,18 +68,18 @@ dependencies {
}
}

api("de.gesellix:docker-engine:2021-09-06T09-04-00")
api("de.gesellix:docker-compose:2021-09-06T09-13-00")
api("de.gesellix:docker-engine:2021-09-23T21-00-00")
api("de.gesellix:docker-compose:2021-09-21T08-00-00")

implementation("org.codehaus.groovy:groovy:[2.5,)")
implementation("org.codehaus.groovy:groovy-json:[2.5,)")

api("com.squareup.moshi:moshi:[1.9,2)")
api("com.squareup.moshi:moshi:[1.12.0,2)")
implementation("com.google.re2j:re2j:1.6")

implementation("org.slf4j:slf4j-api:[1.7,)")
//implementation("org.slf4j:jul-to-slf4j:1.7.30")
testImplementation("ch.qos.logback:logback-classic:1.2.5")
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.2.6")

implementation("com.squareup.okio:okio:[2,)")
api("com.squareup.okhttp3:okhttp:[4,5)")
Expand Down
6 changes: 3 additions & 3 deletions explore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation(it) {
version {
strictly("[1.3,1.6)")
prefer("1.5.30")
prefer("1.5.31")
}
}
}
Expand All @@ -57,11 +57,11 @@ dependencies {
testImplementation("org.apache.commons:commons-compress:1.21")

implementation("org.slf4j:slf4j-api")
runtimeOnly("ch.qos.logback:logback-classic:1.2.5")
runtimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.2.6")

testImplementation("org.spockframework:spock-core:2.0-groovy-2.5")
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
testRuntimeOnly("ch.qos.logback:logback-classic:1.2.5")
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.2.6")
}

tasks.withType(Test::class) {
Expand Down
8 changes: 4 additions & 4 deletions integration-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
implementation(it) {
version {
strictly("[1.3,1.6)")
prefer("1.5.30")
prefer("1.5.31")
}
}
}
Expand All @@ -66,17 +66,17 @@ dependencies {
testImplementation("com.kohlschutter.junixsocket:junixsocket-core:[2.3,)")
testImplementation("com.kohlschutter.junixsocket:junixsocket-common:[2.3,)")

testImplementation("net.jodah:failsafe:2.4.3")
testImplementation("net.jodah:failsafe:2.4.4")
testImplementation("org.apache.commons:commons-compress:1.21")

testImplementation("org.slf4j:slf4j-api")
runtimeOnly("ch.qos.logback:logback-classic:1.2.5")
runtimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.2.6")

testImplementation("de.gesellix:testutil:[2020-10-03T10-08-28,)")
testImplementation("org.spockframework:spock-core:2.0-groovy-2.5")
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
testImplementation("org.apache.commons:commons-lang3:3.12.0")
testRuntimeOnly("ch.qos.logback:logback-classic:1.2.5")
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.2.6")
}

tasks.withType(Test::class) {
Expand Down

0 comments on commit d2eda58

Please sign in to comment.