Skip to content

Commit

Permalink
Update the preferred dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Feb 11, 2022
1 parent d069989 commit 440e3f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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.32")
prefer("1.7.36")
}
}
implementation("com.squareup.okio:okio") {
Expand All @@ -32,7 +32,7 @@ dependencies {
api("com.squareup.okhttp3:okhttp") {
version {
strictly("[4,5)")
prefer("4.9.2")
prefer("4.9.3")
}
}
listOf(
Expand All @@ -52,15 +52,15 @@ dependencies {
).onEach {
implementation(it) {
version {
strictly("[1.3,1.6)")
strictly("[1.3,1.7)")
prefer("1.5.31")
}
}
}
}
implementation("org.slf4j:slf4j-api")
testRuntimeOnly("org.slf4j:jul-to-slf4j:1.7.36")
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.2.9")
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.2.10")

api("com.squareup.okhttp3:okhttp")
implementation("com.squareup.okio:okio")
Expand Down

0 comments on commit 440e3f3

Please sign in to comment.