From 1eabd32ccf86630c1071dc318f2a3ed20a727359 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 12:10:51 +0000 Subject: [PATCH] Update dependency androidx.test:runner to v1.5.2 --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index f943489..4359d04 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:runner:1.3.0' + androidTestImplementation 'androidx.test:runner:1.5.2' implementation 'org.mariuszgromada.math:MathParser.org-mXparser:4.4.3' implementation group: 'org.apache.commons', name: 'commons-math3', version: '3.6.1'