Skip to content

Commit 2be6efa

Browse files
Bump org.junit.platform:junit-platform-launcher in /examples
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.8.2 to 1.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 1.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7213af commit 2be6efa

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed

docs/examples/junit5/redis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(":junit-jupiter")
1212
testImplementation 'org.assertj:assertj-core:3.27.3'

examples/cucumber/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
testImplementation 'io.cucumber:cucumber-junit-platform-engine'
2020
testImplementation 'org.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

2525
test {

examples/hazelcast/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1818
test {

examples/immudb/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2121
test {

examples/kafka-cluster/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2222
test {

examples/nats/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1919
test {

examples/neo4j-container/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ dependencies {
1212
testImplementation 'org.testcontainers:neo4j'
1313
testImplementation 'org.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
}

examples/ollama-hugging-face/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1818
test {

examples/redis-backed-cache/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2222
test {

examples/selenium-container/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
testImplementation 'org.testcontainers:selenium'
1818
testImplementation 'org.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

2323
test {

0 commit comments

Comments
 (0)