From 6f805a010c6ebd1fb55eb4d554df279e385289d7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Nov 2020 07:27:45 +0000 Subject: [PATCH] chore(deps): bump junit from 4.13 to 4.13.1 in /snippets (#341) Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- snippets/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index bb396a69..83ed95c7 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -71,5 +71,5 @@ dependencies { gmsImplementation 'com.google.maps.android:android-maps-utils:2.2.0' v3Implementation 'com.google.android.libraries.maps:maps:3.1.0-beta' - testImplementation 'junit:junit:4.13' + testImplementation 'junit:junit:4.13.1' } \ No newline at end of file