Skip to content

Commit e7c9e21

Browse files
authored
Merge pull request #10519 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents 8547d5b + 42b8fec commit e7c9e21

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/cucumber/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
implementation 'org.seleniumhq.selenium:selenium-firefox-driver'
1313
implementation 'org.seleniumhq.selenium:selenium-chrome-driver'
1414

15-
testImplementation platform('org.junit:junit-bom:5.10.3')
15+
testImplementation platform('org.junit:junit-bom:5.13.3')
1616
testImplementation 'org.junit.platform:junit-platform-suite'
1717
testImplementation platform('io.cucumber:cucumber-bom:7.23.0')
1818
testImplementation 'io.cucumber:cucumber-java'

modules/hivemq/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
shaded("net.lingala.zip4j:zip4j:2.11.5")
1313

1414
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
15-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'
15+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.3'
1616
testImplementation(project(":junit-jupiter"))
1717
testImplementation("com.hivemq:hivemq-extension-sdk:4.41.0")
1818
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.7")

modules/junit-jupiter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
testImplementation 'org.assertj:assertj-core:3.27.3'
1717
testImplementation 'org.junit.jupiter:junit-jupiter'
1818

19-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'
19+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.3'
2020
testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
2121
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
2222
}

0 commit comments

Comments
 (0)