Skip to content

Commit

Permalink
fix(deps): update dependency com.squareup.okio:okio to v3.5.0 (#252)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 2, 2023
1 parent e6bc430 commit bd83c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ kotlin {
implementation(kotlin("stdlib"))
implementation(projects.satisfaketionCore)
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1")
implementation("com.squareup.okio:okio:3.4.0")
implementation("com.squareup.okio:okio:3.5.0")
implementation("co.touchlab:kermit:1.2.2")
}
}
Expand Down

0 comments on commit bd83c37

Please sign in to comment.