From 60b59e8de329f98fe8abacdc5d589ff3296caf02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 04:22:36 +0000 Subject: [PATCH] Bump appcompat from 1.3.1 to 1.5.1 Bumps appcompat from 1.3.1 to 1.5.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- samples/app/build.gradle | 2 +- samples/approuter/build.gradle | 2 +- samples/cart/build.gradle | 2 +- samples/product/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/app/build.gradle b/samples/app/build.gradle index 219d67a..9c5a588 100644 --- a/samples/app/build.gradle +++ b/samples/app/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation project(':samples:cart') implementation project(':samples:product') - implementation('androidx.appcompat:appcompat:1.3.1') + implementation('androidx.appcompat:appcompat:1.5.1') /* UI Test */ final espressoVersion = '3.4.0' diff --git a/samples/approuter/build.gradle b/samples/approuter/build.gradle index 1777a63..00f776f 100644 --- a/samples/approuter/build.gradle +++ b/samples/approuter/build.gradle @@ -26,7 +26,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'androidx.core:core-ktx:1.6.0' // Router deps diff --git a/samples/cart/build.gradle b/samples/cart/build.gradle index 035c67c..3c10746 100644 --- a/samples/cart/build.gradle +++ b/samples/cart/build.gradle @@ -26,7 +26,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'androidx.core:core-ktx:1.6.0' implementation project(':samples:approuter') diff --git a/samples/product/build.gradle b/samples/product/build.gradle index 6ad3d1b..90d287c 100644 --- a/samples/product/build.gradle +++ b/samples/product/build.gradle @@ -33,7 +33,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'androidx.core:core-ktx:1.6.0' implementation project(':samples:approuter')