Skip to content

Commit

Permalink
bump okio version (#5447)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Dec 7, 2023
1 parent b1f692e commit a12a7bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gradle/libraries.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ kotlinx-datetime = "0.4.1"
kotlinx-serialization-runtime = "1.5.0"
ksp = "2.0.0-Beta1-1.0.14"
ktor = "2.3.3"
okio = "3.6.0"
okhttp = "4.11.0"
rx-android = "2.0.1"
rx-java2 = "2.2.21"
Expand Down Expand Up @@ -161,8 +162,8 @@ okhttp-logging = { group = "com.squareup.okhttp3", name = "logging-interceptor",
okhttp-mockwebserver = { group = "com.squareup.okhttp3", name = "mockwebserver", version.ref = "okhttp" }
okhttp-tls = { group = "com.squareup.okhttp3", name = "okhttp-tls", version.ref = "okhttp" }
moshi = { group = "com.squareup.moshi", name = "moshi", version = "1.14.0" }
okio = "com.squareup.okio:okio:3.5.0"
okio-nodefilesystem = "com.squareup.okio:okio-nodefilesystem:3.2.0"
okio = { group = "com.squareup.okio", name = "okio", version.ref = "okio" }
okio-nodefilesystem = { group = "com.squareup.okio", name = "okio-nodefilesystem", version.ref = "okio" }
poet-java = { group = "com.squareup", name = "javapoet", version.ref = "javaPoet" }
poet-kotlin = { group = "com.squareup", name = "kotlinpoet", version = "1.14.2" }
rx-java2 = { group = "io.reactivex.rxjava2", name = "rxjava", version.ref = "rx-java2" }
Expand Down

0 comments on commit a12a7bd

Please sign in to comment.