Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                | from  | to     |
| ---------- | -------------------------------------- | ----- | ------ |
| maven      | com.squareup.retrofit2:converter-moshi | 2.9.0 | 2.10.0 |
| maven      | com.squareup.retrofit2:retrofit        | 2.9.0 | 2.10.0 |
| maven      | com.android.tools.build:gradle         | 8.3.0 | 8.3.1  |
  • Loading branch information
renovate[bot] authored Mar 18, 2024
1 parent aca4e57 commit 70000aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
}
dependencies {
classpath("com.android.tools.build:gradle:8.3.0")
classpath("com.android.tools.build:gradle:8.3.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.15.2")
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ object deps {
}

object squareup {
const val retrofit = "com.squareup.retrofit2:retrofit:2.9.0"
const val converterMoshi = "com.squareup.retrofit2:converter-moshi:2.9.0"
const val retrofit = "com.squareup.retrofit2:retrofit:2.10.0"
const val converterMoshi = "com.squareup.retrofit2:converter-moshi:2.10.0"
const val loggingInterceptor = "com.squareup.okhttp3:logging-interceptor:4.12.0"
const val moshiKotlin = "com.squareup.moshi:moshi-kotlin:1.15.1"
const val leakCanary = "com.squareup.leakcanary:leakcanary-android:2.13"
Expand Down

0 comments on commit 70000aa

Please sign in to comment.