Skip to content

Commit 4f18646

Browse files
fix(deps): update all dependencies
| 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 |
1 parent 3eaf4f0 commit 4f18646

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
77
// Top-level build file where you can add configuration options common to all sub-projects/modules.
88

99
plugins {
10-
id("org.jetbrains.kotlinx.kover") version "0.7.3" apply false
10+
id("org.jetbrains.kotlinx.kover") version "0.7.4" apply false
1111
id("com.diffplug.spotless") version "6.22.0" apply false
1212
}
1313

buildSrc/src/main/kotlin/deps.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ object deps {
2929
const val appCompat = "androidx.appcompat:appcompat:1.6.1"
3030
const val coreKtx = "androidx.core:core-ktx:1.12.0"
3131
const val constraintLayout = "androidx.constraintlayout:constraintlayout:2.1.4"
32-
const val recyclerView = "androidx.recyclerview:recyclerview:1.3.1"
32+
const val recyclerView = "androidx.recyclerview:recyclerview:1.3.2"
3333
const val swipeRefreshLayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
3434
const val material = "com.google.android.material:material:1.10.0"
3535
const val startup = "androidx.startup:startup-runtime:1.1.1"
@@ -46,7 +46,7 @@ object deps {
4646
object squareup {
4747
const val retrofit = "com.squareup.retrofit2:retrofit:2.9.0"
4848
const val converterMoshi = "com.squareup.retrofit2:converter-moshi:2.9.0"
49-
const val loggingInterceptor = "com.squareup.okhttp3:logging-interceptor:4.11.0"
49+
const val loggingInterceptor = "com.squareup.okhttp3:logging-interceptor:4.12.0"
5050
const val moshiKotlin = "com.squareup.moshi:moshi-kotlin:1.15.0"
5151
const val leakCanary = "com.squareup.leakcanary:leakcanary-android:2.12"
5252
}

0 commit comments

Comments
 (0)