Skip to content
6 changes: 3 additions & 3 deletions docs/examples/junit5/redis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description = "Examples for docs"
dependencies {
api "io.lettuce:lettuce-core:6.7.1.RELEASE"

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.3'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.4'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'
testImplementation project(":testcontainers")
testImplementation project(":junit-jupiter")
Expand Down
2 changes: 1 addition & 1 deletion examples/cucumber/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation 'org.seleniumhq.selenium:selenium-firefox-driver'
implementation 'org.seleniumhq.selenium:selenium-chrome-driver'

testImplementation platform('org.junit:junit-bom:5.13.3')
testImplementation platform('org.junit:junit-bom:5.13.4')
testImplementation 'org.junit.platform:junit-platform-suite'
testImplementation platform('io.cucumber:cucumber-bom:7.23.0')
testImplementation 'io.cucumber:cucumber-java'
Expand Down
4 changes: 2 additions & 2 deletions modules/hivemq/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies {
shaded("org.jboss.shrinkwrap:shrinkwrap-impl-base:1.2.6")
shaded("net.lingala.zip4j:zip4j:2.11.5")

testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4'
testImplementation(project(":junit-jupiter"))
testImplementation("com.hivemq:hivemq-extension-sdk:4.41.0")
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.7")
Expand Down
Loading