From cafc6687cce2e735770d1589c29dffc468a9de65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 07:29:20 +0000 Subject: [PATCH] Bump androidx.recyclerview:recyclerview from 1.3.0 to 1.3.1 (#920) Bumps androidx.recyclerview:recyclerview from 1.3.0 to 1.3.1. --- updated-dependencies: - dependency-name: androidx.recyclerview:recyclerview dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app-partial-users/build.gradle | 2 +- app/build.gradle | 2 +- feature/about/build.gradle | 2 +- feature/config-debug/build.gradle | 2 +- feature/network-status/build.gradle | 2 +- feature/repo/build.gradle | 2 +- feature/settings/build.gradle | 2 +- feature/ui-common-api/build.gradle | 4 ++-- feature/users/build.gradle | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app-partial-users/build.gradle b/app-partial-users/build.gradle index 98da9bb0..98749e2a 100644 --- a/app-partial-users/build.gradle +++ b/app-partial-users/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.6.1" implementation 'androidx.lifecycle:lifecycle-runtime:2.6.1' implementation 'androidx.media:media:1.6.0' - implementation 'androidx.recyclerview:recyclerview:1.3.0' + implementation 'androidx.recyclerview:recyclerview:1.3.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'com.google.android.material:material:1.9.0' diff --git a/app/build.gradle b/app/build.gradle index 741ae7fa..ee493478 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -112,7 +112,7 @@ dependencies { implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.lifecycle:lifecycle-runtime:2.6.1' implementation 'androidx.media:media:1.6.0' - implementation 'androidx.recyclerview:recyclerview:1.3.0' + implementation 'androidx.recyclerview:recyclerview:1.3.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0' diff --git a/feature/about/build.gradle b/feature/about/build.gradle index 4a32b1d4..0a27e480 100644 --- a/feature/about/build.gradle +++ b/feature/about/build.gradle @@ -29,7 +29,7 @@ dependencies { implementation 'com.airbnb.android:epoxy:5.1.3' implementation okHttp implementation frescoDrawee - implementation 'androidx.recyclerview:recyclerview:1.3.0' + implementation 'androidx.recyclerview:recyclerview:1.3.1' implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.appcompat:appcompat:1.6.1' diff --git a/feature/config-debug/build.gradle b/feature/config-debug/build.gradle index 26c0eee7..34e283cf 100644 --- a/feature/config-debug/build.gradle +++ b/feature/config-debug/build.gradle @@ -20,7 +20,7 @@ dependencies { implementation dagger implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.recyclerview:recyclerview:1.3.0' + implementation 'androidx.recyclerview:recyclerview:1.3.1' implementation 'com.airbnb.android:epoxy:5.1.3' testImplementation 'junit:junit:4.13.2' diff --git a/feature/network-status/build.gradle b/feature/network-status/build.gradle index 312aa0dd..653225eb 100644 --- a/feature/network-status/build.gradle +++ b/feature/network-status/build.gradle @@ -20,7 +20,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.core:core:1.10.1' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1' - implementation 'androidx.recyclerview:recyclerview:1.3.0' + implementation 'androidx.recyclerview:recyclerview:1.3.1' implementation 'com.google.android.material:material:1.9.0' implementation coroutinesJvm implementation coroutinesAndroid diff --git a/feature/repo/build.gradle b/feature/repo/build.gradle index c1158b4a..5906f10c 100644 --- a/feature/repo/build.gradle +++ b/feature/repo/build.gradle @@ -30,7 +30,7 @@ dependencies { implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.recyclerview:recyclerview:1.3.0' + implementation 'androidx.recyclerview:recyclerview:1.3.1' implementation 'com.airbnb.android:epoxy:5.1.3' implementation fresco implementation 'org.threeten:threetenbp:1.5.1:no-tzdb' diff --git a/feature/settings/build.gradle b/feature/settings/build.gradle index d932571c..5910eb25 100644 --- a/feature/settings/build.gradle +++ b/feature/settings/build.gradle @@ -21,7 +21,7 @@ dependencies { implementation project(':navigation-api') implementation project(':feature:ui-common-api') - implementation 'androidx.recyclerview:recyclerview:1.3.0' + implementation 'androidx.recyclerview:recyclerview:1.3.1' implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.airbnb.android:epoxy:5.1.3' diff --git a/feature/ui-common-api/build.gradle b/feature/ui-common-api/build.gradle index 05b5eb39..77f389ef 100644 --- a/feature/ui-common-api/build.gradle +++ b/feature/ui-common-api/build.gradle @@ -10,8 +10,8 @@ android { } dependencies { - implementation 'androidx.recyclerview:recyclerview:1.3.0' + implementation 'androidx.recyclerview:recyclerview:1.3.1' implementation 'androidx.core:core:1.10.1' - implementation 'androidx.recyclerview:recyclerview:1.3.0' + implementation 'androidx.recyclerview:recyclerview:1.3.1' implementation 'com.airbnb.android:epoxy:5.1.3' } diff --git a/feature/users/build.gradle b/feature/users/build.gradle index 0cbb2157..0c206939 100644 --- a/feature/users/build.gradle +++ b/feature/users/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' - implementation 'androidx.recyclerview:recyclerview:1.3.0' + implementation 'androidx.recyclerview:recyclerview:1.3.1' implementation 'com.airbnb.android:epoxy:5.1.3' implementation 'com.jakewharton.timber:timber:5.0.1' implementation fresco