File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ dependencies {
6565 testImplementation ' org.junit.platform:junit-platform-launcher'
6666
6767 androidTestImplementation ' io.github.neboskreb:android-log4j2-junit5:2.24'
68- androidTestImplementation ' androidx.test.ext:junit:1.2.1 '
68+ androidTestImplementation ' androidx.test.ext:junit:1.3.0 '
6969 androidTestImplementation platform(' org.junit:junit-bom:5.14.0' )
7070 androidTestImplementation " org.junit.jupiter:junit-jupiter-api"
7171 androidTestImplementation ' org.junit.jupiter:junit-jupiter'
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dependencies {
5252 androidTestImplementation ' io.github.neboskreb:android-log4j2-junit5:2.24'
5353 androidTestImplementation ' androidx.test:core:1.7.0'
5454 androidTestImplementation ' androidx.test:runner:1.7.0'
55- androidTestImplementation ' androidx.test.ext:junit:1.2.1 '
55+ androidTestImplementation ' androidx.test.ext:junit:1.3.0 '
5656 androidTestImplementation platform(' org.junit:junit-bom:5.14.0' )
5757 androidTestImplementation ' org.junit.jupiter:junit-jupiter-api'
5858 androidTestImplementation ' org.junit.jupiter:junit-jupiter'
Original file line number Diff line number Diff line change @@ -113,11 +113,11 @@ android {
113113
114114dependencies {
115115 api ' io.github.neboskreb:android-log4j2:2.24'
116- compileOnly ' androidx.test.ext:junit:1.2.1 '
116+ compileOnly ' androidx.test.ext:junit:1.3.0 '
117117 compileOnly ' junit:junit:4.13.2'
118118
119119
120- androidTestImplementation ' androidx.test.ext:junit:1.2.1 '
120+ androidTestImplementation ' androidx.test.ext:junit:1.3.0 '
121121 androidTestImplementation ' androidx.test:runner:1.7.0'
122122 androidTestImplementation ' junit:junit:4.13.2'
123123}
Original file line number Diff line number Diff line change @@ -113,13 +113,13 @@ android {
113113
114114dependencies {
115115 api ' io.github.neboskreb:android-log4j2:2.24'
116- compileOnly ' androidx.test.ext:junit:1.2.1 '
116+ compileOnly ' androidx.test.ext:junit:1.3.0 '
117117 compileOnly platform(' org.junit:junit-bom:5.14.0' )
118118 compileOnly ' org.junit.jupiter:junit-jupiter-api'
119119 compileOnly ' org.junit.jupiter:junit-jupiter'
120120 compileOnly ' org.junit.platform:junit-platform-launcher'
121121
122- androidTestImplementation ' androidx.test.ext:junit:1.2.1 '
122+ androidTestImplementation ' androidx.test.ext:junit:1.3.0 '
123123 androidTestImplementation platform(' org.junit:junit-bom:5.14.0' )
124124 androidTestImplementation ' org.junit.jupiter:junit-jupiter-api'
125125 androidTestImplementation ' org.junit.jupiter:junit-jupiter'
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ dependencies {
138138 testImplementation ' org.assertj:assertj-core:3.27.6'
139139
140140
141- androidTestImplementation ' androidx.test.ext:junit:1.2.1 '
141+ androidTestImplementation ' androidx.test.ext:junit:1.3.0 '
142142 androidTestImplementation platform(' org.junit:junit-bom:5.14.0' )
143143 androidTestImplementation ' org.junit.jupiter:junit-jupiter-api'
144144 androidTestImplementation ' org.junit.jupiter:junit-jupiter'
You can’t perform that action at this time.
0 commit comments