Skip to content

Commit 07517b1

Browse files
Update dependency org.junit:junit-bom to v6
1 parent 0cc3b6d commit 07517b1

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

examples/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ dependencies {
6363
implementation 'androidx.core:core-ktx:1.17.0'
6464

6565

66-
testImplementation platform('org.junit:junit-bom:5.14.0')
66+
testImplementation platform('org.junit:junit-bom:6.0.0')
6767
testImplementation "org.junit.jupiter:junit-jupiter-api"
6868
testImplementation 'org.junit.jupiter:junit-jupiter'
6969
testImplementation 'org.junit.platform:junit-platform-launcher'
7070

7171
androidTestImplementation 'io.github.neboskreb:android-log4j2-junit5:2.24'
7272
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
73-
androidTestImplementation platform('org.junit:junit-bom:5.14.0')
73+
androidTestImplementation platform('org.junit:junit-bom:6.0.0')
7474
androidTestImplementation "org.junit.jupiter:junit-jupiter-api"
7575
androidTestImplementation 'org.junit.jupiter:junit-jupiter'
7676
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
@@ -47,7 +47,7 @@ dependencies {
4747

4848

4949
testImplementation 'io.github.neboskreb:android-log4j2:2.24'
50-
testImplementation platform('org.junit:junit-bom:5.14.0')
50+
testImplementation platform('org.junit:junit-bom:6.0.0')
5151
testImplementation 'org.junit.jupiter:junit-jupiter-api'
5252
testImplementation 'org.junit.jupiter:junit-jupiter'
5353
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
@@ -57,7 +57,7 @@ dependencies {
5757
androidTestImplementation 'androidx.test:core:1.7.0'
5858
androidTestImplementation 'androidx.test:runner:1.7.0'
5959
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
60-
androidTestImplementation platform('org.junit:junit-bom:5.14.0')
60+
androidTestImplementation platform('org.junit:junit-bom:6.0.0')
6161
androidTestImplementation 'org.junit.jupiter:junit-jupiter-api'
6262
androidTestImplementation 'org.junit.jupiter:junit-jupiter'
6363
androidTestImplementation 'org.junit.platform:junit-platform-launcher'

examples/migration-lib/build.gradle

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

4444

4545
testImplementation 'io.github.neboskreb:android-log4j2:2.24'
46-
testImplementation platform('org.junit:junit-bom:5.12.2')
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'
5050

5151

5252
androidTestImplementation 'io.github.neboskreb:android-log4j2-junit5:2.24'
53-
androidTestImplementation platform('org.junit:junit-bom:5.12.2')
53+
androidTestImplementation platform('org.junit:junit-bom:6.0.0')
5454
androidTestImplementation 'org.junit.jupiter:junit-jupiter-api'
5555
androidTestImplementation 'org.junit.jupiter:junit-jupiter'
5656
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)