From 395f0c004a57cedb9c1e52546f13cc50298eff63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 23:06:26 +0000 Subject: [PATCH] build(deps): bump junit from 1.1.4 to 1.1.5 in /yanndroid/oneui Bumps junit from 1.1.4 to 1.1.5. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yanndroid/oneui/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yanndroid/oneui/build.gradle b/yanndroid/oneui/build.gradle index fb7fcd81..d56a571c 100644 --- a/yanndroid/oneui/build.gradle +++ b/yanndroid/oneui/build.gradle @@ -93,6 +93,6 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.4.2' implementation 'com.google.android.material:material:1.6.0' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.4' + androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' }