File tree Expand file tree Collapse file tree 18 files changed +18
-18
lines changed
redis-backed-cache-testng Expand file tree Collapse file tree 18 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ dependencies {
88
99 testRuntimeOnly ' mysql:mysql-connector-java:8.0.33'
1010 testImplementation " org.seleniumhq.selenium:selenium-api:4.34.0"
11- testImplementation ' org.assertj:assertj-core:3.27.3 '
11+ testImplementation ' org.assertj:assertj-core:3.27.4 '
1212}
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ dependencies {
55
66 testImplementation " junit:junit:4.13.2"
77 testImplementation project(" :testcontainers" )
8- testImplementation ' org.assertj:assertj-core:3.27.3 '
8+ testImplementation ' org.assertj:assertj-core:3.27.4 '
99}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
99 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.10.3'
1010 testImplementation project(" :testcontainers" )
1111 testImplementation project(" :testcontainers-junit-jupiter" )
12- testImplementation ' org.assertj:assertj-core:3.27.3 '
12+ testImplementation ' org.assertj:assertj-core:3.27.4 '
1313}
1414
1515test {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818 testImplementation ' io.cucumber:cucumber-java'
1919 testImplementation ' io.cucumber:cucumber-junit-platform-engine'
2020 testImplementation ' org.testcontainers:testcontainers-selenium'
21- testImplementation ' org.assertj:assertj-core:3.27.3 '
21+ testImplementation ' org.assertj:assertj-core:3.27.4 '
2222 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.10.3'
2323}
2424
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 testImplementation ' org.testcontainers:testcontainers'
1111 testImplementation ' com.hazelcast:hazelcast:5.3.8'
1212 testImplementation ' ch.qos.logback:logback-classic:1.3.15'
13- testImplementation ' org.assertj:assertj-core:3.27.3 '
13+ testImplementation ' org.assertj:assertj-core:3.27.4 '
1414 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
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 implementation ' io.codenotary:immudb4j:1.0.1'
1111 testImplementation ' org.testcontainers:testcontainers'
1212 testImplementation ' org.testcontainers:testcontainers-junit-jupiter'
13- testImplementation ' org.assertj:assertj-core:3.27.3 '
13+ testImplementation ' org.assertj:assertj-core:3.27.4 '
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'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
1111 testAnnotationProcessor " org.projectlombok:lombok:1.18.38"
1212 testImplementation ' org.testcontainers:testcontainers-kafka'
1313 testImplementation ' org.apache.kafka:kafka-clients:4.0.0'
14- testImplementation ' org.assertj:assertj-core:3.27.3 '
14+ testImplementation ' org.assertj:assertj-core:3.27.4 '
1515 testImplementation ' com.google.guava:guava:23.0'
1616 testImplementation ' ch.qos.logback:logback-classic:1.3.15'
1717 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
77}
88
99dependencies {
10- testImplementation ' org.assertj:assertj-core:3.27.3 '
10+ testImplementation ' org.assertj:assertj-core:3.27.4 '
1111 testImplementation ' org.testcontainers:testcontainers'
1212 testImplementation ' io.nats:jnats:2.21.4'
1313 testImplementation ' ch.qos.logback:logback-classic:1.3.15'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
77}
88
99dependencies {
10- testImplementation ' org.assertj:assertj-core:3.27.3 '
10+ testImplementation ' org.assertj:assertj-core:3.27.4 '
1111 testImplementation ' org.neo4j.driver:neo4j-java-driver:4.4.20'
1212 testImplementation ' org.testcontainers:testcontainers-neo4j'
1313 testImplementation ' org.testcontainers:testcontainers-junit-jupiter'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88
99dependencies {
1010 testImplementation ' org.testcontainers:testcontainers-ollama'
11- testImplementation ' org.assertj:assertj-core:3.27.3 '
11+ testImplementation ' org.assertj:assertj-core:3.27.4 '
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'
You can’t perform that action at this time.
0 commit comments