diff --git a/examples/app/build.gradle b/examples/app/build.gradle index a4e0f52..4b945cd 100644 --- a/examples/app/build.gradle +++ b/examples/app/build.gradle @@ -59,14 +59,14 @@ dependencies { // ==== /Lombok - testImplementation platform('org.junit:junit-bom:5.14.0') + testImplementation platform('org.junit:junit-bom:6.0.0') testImplementation "org.junit.jupiter:junit-jupiter-api" testImplementation 'org.junit.jupiter:junit-jupiter' testImplementation 'org.junit.platform:junit-platform-launcher' androidTestImplementation 'io.github.neboskreb:android-log4j2-junit5:2.24' androidTestImplementation 'androidx.test.ext:junit:1.3.0' - androidTestImplementation platform('org.junit:junit-bom:5.14.0') + androidTestImplementation platform('org.junit:junit-bom:6.0.0') androidTestImplementation "org.junit.jupiter:junit-jupiter-api" androidTestImplementation 'org.junit.jupiter:junit-jupiter' androidTestImplementation 'org.junit.platform:junit-platform-launcher' diff --git a/examples/lib/build.gradle b/examples/lib/build.gradle index 88a8da1..6d2632a 100644 --- a/examples/lib/build.gradle +++ b/examples/lib/build.gradle @@ -43,7 +43,7 @@ dependencies { testImplementation 'io.github.neboskreb:android-log4j2:2.24' - testImplementation platform('org.junit:junit-bom:5.14.0') + testImplementation platform('org.junit:junit-bom:6.0.0') testImplementation 'org.junit.jupiter:junit-jupiter-api' testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' @@ -53,7 +53,7 @@ dependencies { androidTestImplementation 'androidx.test:core:1.7.0' androidTestImplementation 'androidx.test:runner:1.7.0' androidTestImplementation 'androidx.test.ext:junit:1.3.0' - androidTestImplementation platform('org.junit:junit-bom:5.14.0') + androidTestImplementation platform('org.junit:junit-bom:6.0.0') androidTestImplementation 'org.junit.jupiter:junit-jupiter-api' androidTestImplementation 'org.junit.jupiter:junit-jupiter' androidTestImplementation 'org.junit.platform:junit-platform-launcher' diff --git a/junit5/build.gradle b/junit5/build.gradle index 726bdb7..7c5e328 100644 --- a/junit5/build.gradle +++ b/junit5/build.gradle @@ -114,13 +114,13 @@ android { dependencies { api 'io.github.neboskreb:android-log4j2:2.24' compileOnly 'androidx.test.ext:junit:1.3.0' - compileOnly platform('org.junit:junit-bom:5.14.0') + compileOnly platform('org.junit:junit-bom:6.0.0') compileOnly 'org.junit.jupiter:junit-jupiter-api' compileOnly 'org.junit.jupiter:junit-jupiter' compileOnly 'org.junit.platform:junit-platform-launcher' androidTestImplementation 'androidx.test.ext:junit:1.3.0' - androidTestImplementation platform('org.junit:junit-bom:5.14.0') + androidTestImplementation platform('org.junit:junit-bom:6.0.0') androidTestImplementation 'org.junit.jupiter:junit-jupiter-api' androidTestImplementation 'org.junit.jupiter:junit-jupiter' androidTestImplementation 'org.junit.platform:junit-platform-launcher' diff --git a/library/build.gradle b/library/build.gradle index 8a6ed55..f92b015 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -129,7 +129,7 @@ dependencies { // ==== /Lombok - testImplementation platform('org.junit:junit-bom:5.14.0') + testImplementation platform('org.junit:junit-bom:6.0.0') testImplementation 'org.junit.jupiter:junit-jupiter-api' testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' @@ -139,7 +139,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.3.0' - androidTestImplementation platform('org.junit:junit-bom:5.14.0') + androidTestImplementation platform('org.junit:junit-bom:6.0.0') androidTestImplementation 'org.junit.jupiter:junit-jupiter-api' androidTestImplementation 'org.junit.jupiter:junit-jupiter' androidTestImplementation 'org.junit.platform:junit-platform-launcher'