From da2c6eafe3341a0e0329de569882697a3002a00c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 23:59:33 +0000 Subject: [PATCH] Bump junit from 4.13 to 4.13.2 Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.2. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.2.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.2) --- updated-dependencies: - dependency-name: junit:junit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- samples/cart/build.gradle | 2 +- samples/product/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/cart/build.gradle b/samples/cart/build.gradle index 035c67c..606a182 100644 --- a/samples/cart/build.gradle +++ b/samples/cart/build.gradle @@ -30,5 +30,5 @@ dependencies { implementation 'androidx.core:core-ktx:1.6.0' implementation project(':samples:approuter') - testImplementation 'junit:junit:4.13' + testImplementation 'junit:junit:4.13.2' } diff --git a/samples/product/build.gradle b/samples/product/build.gradle index 6ad3d1b..f9e4dd1 100644 --- a/samples/product/build.gradle +++ b/samples/product/build.gradle @@ -40,6 +40,6 @@ android { implementation project(':annotations') kapt project(':processor') - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13.2' } } \ No newline at end of file