Skip to content

Commit 475c563

Browse files
committed
Prefer okio 3.1.0
1 parent 427efd0 commit 475c563

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

api-model-v1-41/build.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ repositories {
6767
}
6868

6969
dependencies {
70+
constraints {
71+
implementation("com.squareup.okio:okio") {
72+
version {
73+
strictly("[2.5,4)")
74+
prefer("3.1.0")
75+
}
76+
}
77+
}
7078
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.20")
7179

7280
implementation("com.squareup.moshi:moshi:1.13.0")

0 commit comments

Comments
 (0)