File tree Expand file tree Collapse file tree 15 files changed +16
-16
lines changed
docs/examples/junit5/redis Expand file tree Collapse file tree 15 files changed +16
-16
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:1.13.4 '
1010 testImplementation project(" :testcontainers" )
1111 testImplementation project(" :testcontainers-junit-jupiter" )
1212 testImplementation ' org.assertj:assertj-core:3.27.3'
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.3'
22- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.10.3 '
22+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.4 '
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.3'
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:1.13.4 '
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:1.13.4 '
18+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.4 '
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:1.13.4 '
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:1.13.4 '
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:1.13.4 '
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.5'
15- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0 '
15+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.4 '
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.3'
19- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0 '
19+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.4 '
2020}
2121
2222test {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
1717 testImplementation ' org.testcontainers:testcontainers-selenium'
1818 testImplementation ' org.testcontainers:testcontainers-junit-jupiter'
1919 testImplementation ' org.assertj:assertj-core:3.27.3'
20- testRuntimeOnly " org.junit.platform:junit-platform-launcher:1.8.2 "
20+ testRuntimeOnly " org.junit.platform:junit-platform-launcher:1.13.4 "
2121}
2222
2323test {
You can’t perform that action at this time.
0 commit comments