Skip to content

Commit

Permalink
Bump okio to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Oct 3, 2023
1 parent 8b4f214 commit 48932d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation(it) {
version {
strictly("[3,4)")
prefer("3.5.0")
prefer("3.6.0")
}
}
}
Expand All @@ -68,7 +68,7 @@ dependencies {
implementation(it) {
version {
strictly("[1.6,1.10)")
prefer("1.9.0")
prefer("1.9.10")
}
}
}
Expand Down Expand Up @@ -110,7 +110,7 @@ dependencies {
implementation("com.google.re2j:re2j:1.7")

implementation("org.slf4j:slf4j-api:2.0.9")
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.8")
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.11")

implementation("com.squareup.okio:okio:3.6.0")
api("com.squareup.okhttp3:okhttp:4.11.0")
Expand Down
6 changes: 3 additions & 3 deletions explore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation(it) {
version {
strictly("[1.6,1.10)")
prefer("1.9.0")
prefer("1.9.10")
}
}
}
Expand All @@ -54,11 +54,11 @@ dependencies {
testImplementation("org.apache.commons:commons-compress:1.24.0")

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

testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.8")
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.8")
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.11")
}

tasks {
Expand Down
2 changes: 1 addition & 1 deletion integration-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
implementation(it) {
version {
strictly("[1.6,1.10)")
prefer("1.9.0")
prefer("1.9.10")
}
}
}
Expand Down

0 comments on commit 48932d5

Please sign in to comment.