File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
docs/examples/junit5/redis Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ description = "Examples for docs"
3
3
dependencies {
4
4
api " io.lettuce:lettuce-core:6.7.1.RELEASE"
5
5
6
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.3 '
7
- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.13.3 '
8
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.3 '
6
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.4 '
7
+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.13.4 '
8
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.4 '
9
9
testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.10.3'
10
10
testImplementation project(" :testcontainers" )
11
11
testImplementation project(" :junit-jupiter" )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
implementation ' org.seleniumhq.selenium:selenium-firefox-driver'
13
13
implementation ' org.seleniumhq.selenium:selenium-chrome-driver'
14
14
15
- testImplementation platform(' org.junit:junit-bom:5.13.3 ' )
15
+ testImplementation platform(' org.junit:junit-bom:5.13.4 ' )
16
16
testImplementation ' org.junit.platform:junit-platform-suite'
17
17
testImplementation platform(' io.cucumber:cucumber-bom:7.23.0' )
18
18
testImplementation ' io.cucumber:cucumber-java'
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ dependencies {
11
11
shaded(" org.jboss.shrinkwrap:shrinkwrap-impl-base:1.2.6" )
12
12
shaded(" net.lingala.zip4j:zip4j:2.11.5" )
13
13
14
- testImplementation ' org.junit.jupiter:junit-jupiter:5.13.3 '
15
- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.3 '
14
+ testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4 '
15
+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.4 '
16
16
testImplementation(project(" :junit-jupiter" ))
17
17
testImplementation(" com.hivemq:hivemq-extension-sdk:4.41.0" )
18
18
testImplementation(" com.hivemq:hivemq-mqtt-client:1.3.7" )
You can’t perform that action at this time.
0 commit comments