Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-08-26 08:43:13 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-08-26 09:04:29 +0300
commit508fba6e50463b21547fd8f86d9ead00b54abf7d (patch)
tree766c02c54b941024392c5bbd303755613caa2ead /cross-tab-drag-and-drop/build.gradle
parent36aeaf3fe51e602951ef1d32ebffe787f7f095f4 (diff)
Bump junit from 1.1.1 to 1.1.2
Bumps junit from 1.1.1 to 1.1.2. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'cross-tab-drag-and-drop/build.gradle')
-rw-r--r--cross-tab-drag-and-drop/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/cross-tab-drag-and-drop/build.gradle b/cross-tab-drag-and-drop/build.gradle
index 29801b5c6..0e51dad6f 100644
--- a/cross-tab-drag-and-drop/build.gradle
+++ b/cross-tab-drag-and-drop/build.gradle
@@ -35,6 +35,6 @@ dependencies {
implementation "androidx.viewpager2:viewpager2:1.0.0"
testImplementation 'junit:junit:4.13'
- androidTestImplementation 'androidx.test.ext:junit:1.1.1'
+ androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
}