File tree Expand file tree Collapse file tree 16 files changed +18
-18
lines changed
docs/examples/junit5/redis Expand file tree Collapse file tree 16 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ description = "Examples for docs"
33dependencies {
44 api " io.lettuce:lettuce-core:6.4.0.RELEASE"
55
6- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10 .3'
7- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.10 .3'
8- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10 .3'
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'
99 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.10.3'
1010 testImplementation project(" :testcontainers" )
1111 testImplementation project(" :junit-jupiter" )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
1111 testImplementation ' com.hazelcast:hazelcast:5.3.8'
1212 testImplementation ' ch.qos.logback:logback-classic:1.3.14'
1313 testImplementation ' org.assertj:assertj-core:3.26.3'
14- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0 '
14+ testImplementation ' org.junit.jupiter:junit-jupiter:5.13.3 '
1515 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1616}
1717
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
1313 testImplementation ' org.assertj:assertj-core:3.26.3'
1414 testImplementation ' com.google.guava:guava:23.0'
1515 testImplementation ' ch.qos.logback:logback-classic:1.3.14'
16- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0 '
16+ testImplementation ' org.junit.jupiter:junit-jupiter:5.13.3 '
1717 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1818 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1919}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
1414 testImplementation ' org.assertj:assertj-core:3.26.3'
1515 testImplementation ' com.google.guava:guava:23.0'
1616 testImplementation ' ch.qos.logback:logback-classic:1.3.14'
17- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0 '
17+ testImplementation ' org.junit.jupiter:junit-jupiter:5.13.3 '
1818 testImplementation ' org.awaitility:awaitility:4.2.2'
1919 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
2020}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 testImplementation ' io.nats:jnats:2.20.2'
1313 testImplementation ' ch.qos.logback:logback-classic:1.3.14'
1414 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
15- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0 '
15+ testImplementation ' org.junit.jupiter:junit-jupiter:5.13.3 '
1616 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1717}
1818
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ dependencies {
1111 testImplementation ' org.neo4j.driver:neo4j-java-driver:4.4.18'
1212 testImplementation ' org.testcontainers:neo4j'
1313 testImplementation ' org.testcontainers:junit-jupiter'
14- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0 '
14+ testImplementation ' org.junit.jupiter:junit-jupiter:5.13.3 '
1515 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1616}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 testImplementation ' org.testcontainers:ollama'
1111 testImplementation ' org.assertj:assertj-core:3.26.3'
1212 testImplementation ' ch.qos.logback:logback-classic:1.3.14'
13- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0 '
13+ testImplementation ' org.junit.jupiter:junit-jupiter:5.13.3 '
1414 testImplementation ' io.rest-assured:rest-assured:5.5.0'
1515 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1616}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
1313 implementation ' com.google.guava:guava:23.0'
1414 testImplementation ' org.testcontainers:testcontainers'
1515 testImplementation ' org.testcontainers:junit-jupiter'
16- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0 '
16+ testImplementation ' org.junit.jupiter:junit-jupiter:5.13.3 '
1717 testImplementation ' ch.qos.logback:logback-classic:1.3.14'
1818 testImplementation ' org.assertj:assertj-core:3.26.3'
1919 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
1111 testImplementation ' org.testcontainers:testcontainers'
1212 testImplementation ' org.assertj:assertj-core:3.26.3'
1313 testImplementation ' ch.qos.logback:logback-classic:1.3.14'
14- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0 '
14+ testImplementation ' org.junit.jupiter:junit-jupiter:5.13.3 '
1515 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1616}
1717
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
1616 testImplementation ' ch.qos.logback:logback-classic:1.3.14'
1717 testImplementation ' org.testcontainers:testcontainers'
1818 testImplementation ' org.assertj:assertj-core:3.26.3'
19- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0 '
19+ testImplementation ' org.junit.jupiter:junit-jupiter:5.13.3 '
2020 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
2121}
2222
You can’t perform that action at this time.
0 commit comments