Skip to content

Commit

Permalink
Merge pull request #278 from nevack/dependabot/gradle/com.squareup.ok…
Browse files Browse the repository at this point in the history
…io-okio-3.5.0

Bump com.squareup.okio:okio from 3.4.0 to 3.5.0
  • Loading branch information
nevack authored Aug 2, 2023
2 parents 48c56a8 + 37ad457 commit a8601b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
kapt("androidx.room:room-compiler:2.5.2")
implementation("androidx.room:room-ktx:2.5.2")
// Okio
implementation("com.squareup.okio:okio:3.4.0")
implementation("com.squareup.okio:okio:3.5.0")
// Moshi
implementation("com.squareup.moshi:moshi:1.15.0")
kapt("com.squareup.moshi:moshi-kotlin-codegen:1.15.0")
Expand Down

0 comments on commit a8601b0

Please sign in to comment.