Skip to content

Commit

Permalink
Merge pull request #1704 from square/renovate/com.squareup.okio
Browse files Browse the repository at this point in the history
Update dependency com.squareup.okio:okio to v3.4.0
  • Loading branch information
JakeWharton authored Jul 7, 2023
2 parents 1cae8ab + f579aa0 commit f207bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version.ref = "kotlin
kotlinxMetadata = "org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.6.2"
ksp = { module = "com.google.devtools.ksp:symbol-processing", version.ref = "ksp" }
ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
okio = "com.squareup.okio:okio:3.3.0"
okio = "com.squareup.okio:okio:3.4.0"

# Test libs
assertj = "org.assertj:assertj-core:3.24.2"
Expand Down

0 comments on commit f207bbb

Please sign in to comment.