Skip to content

Commit 5df217e

Browse files
Update dependency org.junit:junit-bom to v6
1 parent cc2ff5e commit 5df217e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

examples/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ dependencies {
5959
// ==== /Lombok
6060

6161

62-
testImplementation platform('org.junit:junit-bom:5.14.0')
62+
testImplementation platform('org.junit:junit-bom:6.0.0')
6363
testImplementation "org.junit.jupiter:junit-jupiter-api"
6464
testImplementation 'org.junit.jupiter:junit-jupiter'
6565
testImplementation 'org.junit.platform:junit-platform-launcher'
6666

6767
androidTestImplementation 'io.github.neboskreb:android-log4j2-junit5:2.24'
6868
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
69-
androidTestImplementation platform('org.junit:junit-bom:5.14.0')
69+
androidTestImplementation platform('org.junit:junit-bom:6.0.0')
7070
androidTestImplementation "org.junit.jupiter:junit-jupiter-api"
7171
androidTestImplementation 'org.junit.jupiter:junit-jupiter'
7272
androidTestImplementation 'org.junit.platform:junit-platform-launcher'

examples/lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343

4444

4545
testImplementation 'io.github.neboskreb:android-log4j2:2.24'
46-
testImplementation platform('org.junit:junit-bom:5.14.0')
46+
testImplementation platform('org.junit:junit-bom:6.0.0')
4747
testImplementation 'org.junit.jupiter:junit-jupiter-api'
4848
testImplementation 'org.junit.jupiter:junit-jupiter'
4949
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
@@ -53,7 +53,7 @@ dependencies {
5353
androidTestImplementation 'androidx.test:core:1.7.0'
5454
androidTestImplementation 'androidx.test:runner:1.7.0'
5555
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
56-
androidTestImplementation platform('org.junit:junit-bom:5.14.0')
56+
androidTestImplementation platform('org.junit:junit-bom:6.0.0')
5757
androidTestImplementation 'org.junit.jupiter:junit-jupiter-api'
5858
androidTestImplementation 'org.junit.jupiter:junit-jupiter'
5959
androidTestImplementation 'org.junit.platform:junit-platform-launcher'

junit5/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ android {
114114
dependencies {
115115
api 'io.github.neboskreb:android-log4j2:2.24'
116116
compileOnly 'androidx.test.ext:junit:1.3.0'
117-
compileOnly platform('org.junit:junit-bom:5.14.0')
117+
compileOnly platform('org.junit:junit-bom:6.0.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

122122
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
123-
androidTestImplementation platform('org.junit:junit-bom:5.14.0')
123+
androidTestImplementation platform('org.junit:junit-bom:6.0.0')
124124
androidTestImplementation 'org.junit.jupiter:junit-jupiter-api'
125125
androidTestImplementation 'org.junit.jupiter:junit-jupiter'
126126
androidTestImplementation 'org.junit.platform:junit-platform-launcher'

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ dependencies {
129129
// ==== /Lombok
130130

131131

132-
testImplementation platform('org.junit:junit-bom:5.14.0')
132+
testImplementation platform('org.junit:junit-bom:6.0.0')
133133
testImplementation 'org.junit.jupiter:junit-jupiter-api'
134134
testImplementation 'org.junit.jupiter:junit-jupiter'
135135
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
@@ -139,7 +139,7 @@ dependencies {
139139

140140

141141
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
142-
androidTestImplementation platform('org.junit:junit-bom:5.14.0')
142+
androidTestImplementation platform('org.junit:junit-bom:6.0.0')
143143
androidTestImplementation 'org.junit.jupiter:junit-jupiter-api'
144144
androidTestImplementation 'org.junit.jupiter:junit-jupiter'
145145
androidTestImplementation 'org.junit.platform:junit-platform-launcher'

0 commit comments

Comments
 (0)