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,7 +8,7 @@ dependencies {
88
99 testRuntimeOnly ' mysql:mysql-connector-java:8.0.33'
1010 testImplementation " org.seleniumhq.selenium:selenium-api:4.21.0"
11- testImplementation ' org.assertj:assertj-core:3.25.2 '
11+ testImplementation ' org.assertj:assertj-core:3.25.3 '
1212}
1313
1414test {
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.25.2 '
8+ testImplementation ' org.assertj:assertj-core:3.25.3 '
99}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies {
88 testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.10.2"
99 testImplementation project(" :testcontainers" )
1010 testImplementation project(" :junit-jupiter" )
11- testImplementation ' org.assertj:assertj-core:3.25.2 '
11+ testImplementation ' org.assertj:assertj-core:3.25.3 '
1212}
1313
1414test {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
1616 testImplementation ' io.cucumber:cucumber-java'
1717 testImplementation ' io.cucumber:cucumber-junit'
1818 testImplementation ' org.testcontainers:selenium'
19- testImplementation ' org.assertj:assertj-core:3.25.2 '
19+ testImplementation ' org.assertj:assertj-core:3.25.3 '
2020}
2121
2222test {
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.6'
1212 testImplementation ' ch.qos.logback:logback-classic:1.3.14'
13- testImplementation ' org.assertj:assertj-core:3.25.2 '
13+ testImplementation ' org.assertj:assertj-core:3.25.3 '
1414 testImplementation ' org.junit.jupiter:junit-jupiter:5.10.2'
1515}
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:junit-jupiter'
13- testImplementation ' org.assertj:assertj-core:3.25.2 '
13+ testImplementation ' org.assertj:assertj-core:3.25.3 '
1414 testImplementation ' com.google.guava:guava:23.0'
1515 testImplementation ' ch.qos.logback:logback-classic:1.3.14'
1616 testImplementation ' org.junit.jupiter:junit-jupiter:5.10.2'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
1111 testAnnotationProcessor " org.projectlombok:lombok:1.18.30"
1212 testImplementation ' org.testcontainers:kafka'
1313 testImplementation ' org.apache.kafka:kafka-clients:3.6.1'
14- testImplementation ' org.assertj:assertj-core:3.25.2 '
14+ testImplementation ' org.assertj:assertj-core:3.25.3 '
1515 testImplementation ' com.google.guava:guava:23.0'
1616 testImplementation ' ch.qos.logback:logback-classic:1.3.14'
1717 testImplementation ' org.junit.jupiter:junit-jupiter:5.10.2'
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ dependencies {
1212 testRuntimeOnly ' org.postgresql:postgresql:42.7.1'
1313 testImplementation ' ch.qos.logback:logback-classic:1.3.14'
1414 testImplementation ' org.testcontainers:postgresql'
15- testImplementation ' org.assertj:assertj-core:3.25.2 '
15+ testImplementation ' org.assertj:assertj-core:3.25.3 '
1616}
1717
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.25.2 '
10+ testImplementation ' org.assertj:assertj-core:3.25.3 '
1111 testImplementation ' org.testcontainers:testcontainers'
1212 testImplementation ' io.nats:jnats:2.18.1'
1313 testImplementation ' ch.qos.logback:logback-classic:1.3.14'
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.25.2 '
10+ testImplementation ' org.assertj:assertj-core:3.25.3 '
1111 testImplementation ' org.neo4j.driver:neo4j-java-driver:4.4.13'
1212 testImplementation ' org.testcontainers:neo4j'
1313 testImplementation ' org.testcontainers:junit-jupiter'
You can’t perform that action at this time.
0 commit comments