Skip to content

Commit cc2ff5e

Browse files
renovate[bot]neboskreb
authored andcommitted
Update dependency androidx.test.ext:junit to v1.3.0
1 parent 61f29f2 commit cc2ff5e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

examples/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

examples/lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

junit4/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ android {
113113

114114
dependencies {
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
}

junit5/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ android {
113113

114114
dependencies {
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'

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)