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 {
6
6
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.4'
7
7
testImplementation ' org.junit.jupiter:junit-jupiter-params:5.13.4'
8
8
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 '
10
10
testImplementation project(" :testcontainers" )
11
11
testImplementation project(" :testcontainers-junit-jupiter" )
12
12
testImplementation ' org.assertj:assertj-core:3.27.4'
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
19
19
testImplementation ' io.cucumber:cucumber-junit-platform-engine'
20
20
testImplementation ' org.testcontainers:testcontainers-selenium'
21
21
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:1.13.4 '
23
23
}
24
24
25
25
test {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
testImplementation ' ch.qos.logback:logback-classic:1.3.15'
13
13
testImplementation ' org.assertj:assertj-core:3.27.4'
14
14
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 '
16
16
}
17
17
18
18
test {
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ dependencies {
14
14
testImplementation ' com.google.guava:guava:23.0'
15
15
testImplementation ' ch.qos.logback:logback-classic:1.3.15'
16
16
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 '
19
19
}
20
20
21
21
test {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
16
16
testImplementation ' ch.qos.logback:logback-classic:1.3.15'
17
17
testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
18
18
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 '
20
20
}
21
21
22
22
test {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
13
13
testImplementation ' ch.qos.logback:logback-classic:1.3.15'
14
14
testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
15
15
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 '
17
17
}
18
18
19
19
test {
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ dependencies {
12
12
testImplementation ' org.testcontainers:testcontainers-neo4j'
13
13
testImplementation ' org.testcontainers:testcontainers-junit-jupiter'
14
14
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 '
16
16
}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
testImplementation ' ch.qos.logback:logback-classic:1.3.15'
13
13
testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
14
14
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:1.13.4 '
16
16
}
17
17
18
18
test {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
16
16
testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
17
17
testImplementation ' ch.qos.logback:logback-classic:1.3.15'
18
18
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:1.13.4 '
20
20
}
21
21
22
22
test {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
17
17
testImplementation ' org.testcontainers:testcontainers-selenium'
18
18
testImplementation ' org.testcontainers:testcontainers-junit-jupiter'
19
19
testImplementation ' org.assertj:assertj-core:3.27.4'
20
- testRuntimeOnly " org.junit.platform:junit-platform-launcher:1.8.2 "
20
+ testRuntimeOnly " org.junit.platform:junit-platform-launcher:1.13.4 "
21
21
}
22
22
23
23
test {
You can’t perform that action at this time.
0 commit comments