File tree Expand file tree Collapse file tree 19 files changed +21
-21
lines changed
redis-backed-cache-testng Expand file tree Collapse file tree 19 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ dependencies {
88
99 testImplementation ' mysql:mysql-connector-java:8.0.31'
1010 testImplementation " org.seleniumhq.selenium:selenium-api:4.7.2"
11- testImplementation ' org.assertj:assertj-core:3.15.0 '
11+ testImplementation ' org.assertj:assertj-core:3.24.2 '
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.23.1 '
8+ testImplementation ' org.assertj:assertj-core:3.24.2 '
99}
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ dependencies {
44 api " io.lettuce:lettuce-core:6.2.2.RELEASE"
55
66 testImplementation " org.junit.jupiter:junit-jupiter-api:5.9.2"
7- testImplementation " org.junit.jupiter:junit-jupiter-params:5.9.1 "
7+ testImplementation " org.junit.jupiter:junit-jupiter-params:5.9.2 "
88 testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.9.2"
99 testImplementation project(" :testcontainers" )
1010 testImplementation project(" :junit-jupiter" )
11- testImplementation ' org.assertj:assertj-core:3.23.1 '
11+ testImplementation ' org.assertj:assertj-core:3.24.2 '
1212}
1313
1414test {
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ dependencies {
1313 testImplementation ' io.cucumber:cucumber-java:7.11.1'
1414 testImplementation ' io.cucumber:cucumber-junit:7.11.1'
1515 testImplementation ' org.testcontainers:selenium'
16- testImplementation ' org.assertj:assertj-core:3.23.1 '
16+ testImplementation ' org.assertj:assertj-core:3.24.2 '
1717}
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ dependencies {
1010 testImplementation ' org.testcontainers:testcontainers'
1111 testImplementation ' com.hazelcast:hazelcast:5.2.1'
1212 testImplementation ' ch.qos.logback:logback-classic:1.3.5'
13- testImplementation ' org.assertj:assertj-core:3.23.1 '
13+ testImplementation ' org.assertj:assertj-core:3.24.2 '
1414}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99dependencies {
1010 implementation ' io.codenotary:immudb4j:1.0.0'
1111 testImplementation ' org.testcontainers:testcontainers'
12- testImplementation ' org.assertj:assertj-core:3.23.1 '
12+ testImplementation ' org.assertj:assertj-core:3.24.2 '
1313 testImplementation ' com.google.guava:guava:23.0'
1414 testImplementation ' ch.qos.logback:logback-classic:1.3.5'
1515}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
1111 testAnnotationProcessor " org.projectlombok:lombok:1.18.24"
1212 testImplementation ' org.testcontainers:kafka'
1313 testImplementation ' org.apache.kafka:kafka-clients:3.3.2'
14- testImplementation ' org.assertj:assertj-core:3.23.1 '
14+ testImplementation ' org.assertj:assertj-core:3.24.2 '
1515 testImplementation ' com.google.guava:guava:23.0'
1616 testImplementation ' ch.qos.logback:logback-classic:1.3.5'
1717}
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ dependencies {
1212 testImplementation ' org.postgresql:postgresql:42.5.2'
1313 testImplementation ' ch.qos.logback:logback-classic:1.3.5'
1414 testImplementation ' org.testcontainers:postgresql'
15- testImplementation ' org.assertj:assertj-core:3.23.1 '
15+ testImplementation ' org.assertj:assertj-core:3.24.2 '
1616}
1717
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ repositories {
77}
88
99dependencies {
10- testImplementation ' org.assertj:assertj-core:3.23.1 '
10+ testImplementation ' org.assertj:assertj-core:3.24.2 '
1111 testImplementation ' org.testcontainers:testcontainers'
1212 testImplementation ' io.nats:jnats:2.16.7'
1313 testImplementation ' ch.qos.logback:logback-classic:1.3.5'
14- testImplementation ' org.apache.httpcomponents:httpclient:4.5.13 '
14+ testImplementation ' org.apache.httpcomponents:httpclient:4.5.14 '
1515}
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.23.1 '
10+ testImplementation ' org.assertj:assertj-core:3.24.2 '
1111 testImplementation ' org.neo4j.driver:neo4j-java-driver:4.4.11'
1212 testImplementation ' org.testcontainers:neo4j'
1313 testImplementation ' org.testcontainers:junit-jupiter'
You can’t perform that action at this time.
0 commit comments