Skip to content

Commit

Permalink
chore: Bump junit version (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored Oct 23, 2023
1 parent 9a92024 commit cfb5281
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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) {
Expand Down

0 comments on commit cfb5281

Please sign in to comment.