File tree Expand file tree Collapse file tree 14 files changed +15
-15
lines changed
docs/examples/junit5/redis Expand file tree Collapse file tree 14 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
66 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.4'
77 testImplementation ' org.junit.jupiter:junit-jupiter-params:5.13.4'
88 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.4'
9- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.10.3 '
9+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.0 '
1010 testImplementation project(" :testcontainers" )
1111 testImplementation project(" :testcontainers-junit-jupiter" )
1212 testImplementation ' org.assertj:assertj-core:3.27.4'
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
1919 testImplementation ' io.cucumber:cucumber-junit-platform-engine'
2020 testImplementation ' org.testcontainers:testcontainers-selenium'
2121 testImplementation ' org.assertj:assertj-core:3.27.4'
22- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.10.3 '
22+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.0 '
2323}
2424
2525test {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 testImplementation ' ch.qos.logback:logback-classic:1.3.15'
1313 testImplementation ' org.assertj:assertj-core:3.27.4'
1414 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
15- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11 .0'
15+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0 .0'
1616}
1717
1818test {
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ dependencies {
1414 testImplementation ' com.google.guava:guava:23.0'
1515 testImplementation ' ch.qos.logback:logback-classic:1.3.15'
1616 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
17- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11 .0'
18- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11 .0'
17+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0 .0'
18+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0 .0'
1919}
2020
2121test {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
1616 testImplementation ' ch.qos.logback:logback-classic:1.3.15'
1717 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
1818 testImplementation ' org.awaitility:awaitility:4.3.0'
19- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11 .0'
19+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0 .0'
2020}
2121
2222test {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
1313 testImplementation ' ch.qos.logback:logback-classic:1.3.15'
1414 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
1515 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
16- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11 .0'
16+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0 .0'
1717}
1818
1919test {
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ dependencies {
1212 testImplementation ' org.testcontainers:testcontainers-neo4j'
1313 testImplementation ' org.testcontainers:testcontainers-junit-jupiter'
1414 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
15- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11 .0'
15+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0 .0'
1616}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 testImplementation ' ch.qos.logback:logback-classic:1.3.15'
1313 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
1414 testImplementation ' io.rest-assured:rest-assured:5.5.6'
15- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11 .0'
15+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0 .0'
1616}
1717
1818test {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
1616 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
1717 testImplementation ' ch.qos.logback:logback-classic:1.3.15'
1818 testImplementation ' org.assertj:assertj-core:3.27.4'
19- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11 .0'
19+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0 .0'
2020}
2121
2222test {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 testImplementation ' org.assertj:assertj-core:3.27.4'
1313 testImplementation ' ch.qos.logback:logback-classic:1.3.15'
1414 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
15- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11 .0'
15+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0 .0'
1616}
1717
1818test {
You can’t perform that action at this time.
0 commit comments