Skip to content

Commit

Permalink
Bump slf4j-api (and some logback related dependencies)
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Aug 6, 2021
1 parent 72abfa3 commit 058962d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation("org.slf4j:slf4j-api") {
version {
strictly("[1.7,1.8)")
prefer("1.7.30")
prefer("1.7.32")
}
}
implementation("com.squareup.okhttp3:mockwebserver") {
Expand Down Expand Up @@ -89,7 +89,7 @@ dependencies {

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

testImplementation("de.gesellix:testutil:[2020-10-03T10-08-28,)")
testImplementation("de.gesellix:testutil:[2021-08-05T22-09-32,)")

testImplementation("org.spockframework:spock-core:2.0-groovy-2.5")
testRuntimeOnly("cglib:cglib-nodep:3.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 @@ -17,7 +17,7 @@ dependencies {
implementation("org.slf4j:slf4j-api") {
version {
strictly("[1.7,1.8)")
prefer("1.7.30")
prefer("1.7.32")
}
}
implementation("com.squareup.okio:okio") {
Expand Down Expand Up @@ -61,7 +61,7 @@ dependencies {

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.3")
testRuntimeOnly("ch.qos.logback:logback-classic:1.2.5")
}

tasks.withType(Test::class) {
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 @@ -17,7 +17,7 @@ dependencies {
implementation("org.slf4j:slf4j-api") {
version {
strictly("[1.7,1.8)")
prefer("1.7.30")
prefer("1.7.32")
}
}
listOf(
Expand Down Expand Up @@ -76,7 +76,7 @@ dependencies {
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.3")
testRuntimeOnly("ch.qos.logback:logback-classic:1.2.5")
}

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

0 comments on commit 058962d

Please sign in to comment.