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.okhttp3:logging-interceptor                              | 4.11.0 | 4.12.0 |
| maven      | androidx.recyclerview:recyclerview                                    | 1.3.1  | 1.3.2  |
| maven      | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.3  | 0.7.4  |
  • Loading branch information
renovate[bot] authored Oct 18, 2023
1 parent 3eaf4f0 commit 4f18646
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 @@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
// Top-level build file where you can add configuration options common to all sub-projects/modules.

plugins {
id("org.jetbrains.kotlinx.kover") version "0.7.3" apply false
id("org.jetbrains.kotlinx.kover") version "0.7.4" apply false
id("com.diffplug.spotless") version "6.22.0" apply false
}

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 @@ -29,7 +29,7 @@ object deps {
const val appCompat = "androidx.appcompat:appcompat:1.6.1"
const val coreKtx = "androidx.core:core-ktx:1.12.0"
const val constraintLayout = "androidx.constraintlayout:constraintlayout:2.1.4"
const val recyclerView = "androidx.recyclerview:recyclerview:1.3.1"
const val recyclerView = "androidx.recyclerview:recyclerview:1.3.2"
const val swipeRefreshLayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
const val material = "com.google.android.material:material:1.10.0"
const val startup = "androidx.startup:startup-runtime:1.1.1"
Expand All @@ -46,7 +46,7 @@ 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 loggingInterceptor = "com.squareup.okhttp3:logging-interceptor:4.11.0"
const val loggingInterceptor = "com.squareup.okhttp3:logging-interceptor:4.12.0"
const val moshiKotlin = "com.squareup.moshi:moshi-kotlin:1.15.0"
const val leakCanary = "com.squareup.leakcanary:leakcanary-android:2.12"
}
Expand Down

0 comments on commit 4f18646

Please sign in to comment.