diff --git a/app/build.gradle b/app/build.gradle index 9c7228ef7..eb8130dfb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,8 +90,8 @@ dependencies { // https://download.eclipse.org/oomph/archive/reports/download.eclipse.org/releases/2021-09/index/org.eclipse.wst.xml.xpath2.processor_2.1.101.v201903222120.html implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'androidx.test.uiautomator:uiautomator:2.2.0' - implementation 'androidx.test:core:1.4.0' - implementation 'androidx.test:runner:1.4.0' + implementation 'androidx.test:core:1.5.0' + implementation 'androidx.test:runner:1.5.2' implementation 'com.google.code.gson:gson:2.10.1' implementation 'io.netty:netty-all:4.0.41.Final' implementation 'net.gcardone.junidecode:junidecode:0.4.1' @@ -100,19 +100,17 @@ dependencies { implementation 'com.github.vbmacher:java-cup-runtime:11b-20160615-1' //noinspection GradleDependency implementation 'com.ibm.icu:icu4j:60.2' - testImplementation 'androidx.test.ext:junit:1.1.3' - //noinspection GradleDependency - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13.2' + testImplementation 'androidx.test.ext:junit:1.1.5' testImplementation 'org.json:json:20231013' testImplementation 'org.powermock:powermock-api-mockito2:2.0.9' testImplementation 'org.powermock:powermock-classloading-xstream:2.0.9' testImplementation 'org.powermock:powermock-module-junit4-rule:2.0.9' testImplementation 'org.powermock:powermock-module-junit4:2.0.9' testImplementation 'org.robolectric:robolectric:4.10.3' - androidTestImplementation 'androidx.test.ext:junit:1.1.3' + androidTestImplementation 'junit:junit:4.13.2' + androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'com.squareup.okhttp:okhttp:2.7.5' - //noinspection GradleDependency - androidTestImplementation 'junit:junit:4.12' } task installAUT(type: Exec) {