File tree Expand file tree Collapse file tree 14 files changed +14
-14
lines changed
redis-backed-cache-testng Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
18
18
testImplementation ' io.cucumber:cucumber-java'
19
19
testImplementation ' io.cucumber:cucumber-junit-platform-engine'
20
20
testImplementation ' org.testcontainers:selenium'
21
- testImplementation ' org.assertj:assertj-core:3.26 .3'
21
+ testImplementation ' org.assertj:assertj-core:3.27 .3'
22
22
testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.10.3'
23
23
}
24
24
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
10
10
testImplementation ' org.testcontainers:testcontainers'
11
11
testImplementation ' com.hazelcast:hazelcast:5.3.8'
12
12
testImplementation ' ch.qos.logback:logback-classic:1.3.14'
13
- testImplementation ' org.assertj:assertj-core:3.26 .3'
13
+ testImplementation ' org.assertj:assertj-core:3.27 .3'
14
14
testImplementation ' org.junit.jupiter:junit-jupiter:5.13.3'
15
15
testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
16
16
}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
10
10
implementation ' io.codenotary:immudb4j:1.0.1'
11
11
testImplementation ' org.testcontainers:testcontainers'
12
12
testImplementation ' org.testcontainers:junit-jupiter'
13
- testImplementation ' org.assertj:assertj-core:3.26 .3'
13
+ testImplementation ' org.assertj:assertj-core:3.27 .3'
14
14
testImplementation ' com.google.guava:guava:23.0'
15
15
testImplementation ' ch.qos.logback:logback-classic:1.3.14'
16
16
testImplementation ' org.junit.jupiter:junit-jupiter:5.13.3'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
11
11
testAnnotationProcessor " org.projectlombok:lombok:1.18.38"
12
12
testImplementation ' org.testcontainers:kafka'
13
13
testImplementation ' org.apache.kafka:kafka-clients:4.0.0'
14
- testImplementation ' org.assertj:assertj-core:3.26 .3'
14
+ testImplementation ' org.assertj:assertj-core:3.27 .3'
15
15
testImplementation ' com.google.guava:guava:23.0'
16
16
testImplementation ' ch.qos.logback:logback-classic:1.3.14'
17
17
testImplementation ' org.junit.jupiter:junit-jupiter:5.13.3'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
7
7
}
8
8
9
9
dependencies {
10
- testImplementation ' org.assertj:assertj-core:3.26 .3'
10
+ testImplementation ' org.assertj:assertj-core:3.27 .3'
11
11
testImplementation ' org.testcontainers:testcontainers'
12
12
testImplementation ' io.nats:jnats:2.21.4'
13
13
testImplementation ' ch.qos.logback:logback-classic:1.3.14'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
7
7
}
8
8
9
9
dependencies {
10
- testImplementation ' org.assertj:assertj-core:3.26 .3'
10
+ testImplementation ' org.assertj:assertj-core:3.27 .3'
11
11
testImplementation ' org.neo4j.driver:neo4j-java-driver:4.4.20'
12
12
testImplementation ' org.testcontainers:neo4j'
13
13
testImplementation ' org.testcontainers:junit-jupiter'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
9
9
dependencies {
10
10
testImplementation ' org.testcontainers:ollama'
11
- testImplementation ' org.assertj:assertj-core:3.26 .3'
11
+ testImplementation ' org.assertj:assertj-core:3.27 .3'
12
12
testImplementation ' ch.qos.logback:logback-classic:1.3.14'
13
13
testImplementation ' org.junit.jupiter:junit-jupiter:5.13.3'
14
14
testImplementation ' io.rest-assured:rest-assured:5.5.0'
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
14
14
testImplementation ' org.testcontainers:testcontainers'
15
15
testImplementation ' ch.qos.logback:logback-classic:1.3.14'
16
16
testImplementation ' org.testng:testng:7.5.1'
17
- testImplementation ' org.assertj:assertj-core:3.26 .3'
17
+ testImplementation ' org.assertj:assertj-core:3.27 .3'
18
18
}
19
19
20
20
test {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
15
15
testImplementation ' org.testcontainers:junit-jupiter'
16
16
testImplementation ' org.junit.jupiter:junit-jupiter:5.13.3'
17
17
testImplementation ' ch.qos.logback:logback-classic:1.3.14'
18
- testImplementation ' org.assertj:assertj-core:3.26 .3'
18
+ testImplementation ' org.assertj:assertj-core:3.27 .3'
19
19
testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
20
20
}
21
21
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
16
16
testImplementation ' org.springframework.boot:spring-boot-starter-test'
17
17
testImplementation ' org.testcontainers:selenium'
18
18
testImplementation ' org.testcontainers:junit-jupiter'
19
- testImplementation ' org.assertj:assertj-core:3.26 .3'
19
+ testImplementation ' org.assertj:assertj-core:3.27 .3'
20
20
testRuntimeOnly " org.junit.platform:junit-platform-launcher:1.8.2"
21
21
}
22
22
You can’t perform that action at this time.
0 commit comments