Skip to content

Commit a7213af

Browse files
authored
Merge pull request #10589 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents 4072e16 + 06e1b7a commit a7213af

File tree

24 files changed

+27
-27
lines changed

24 files changed

+27
-27
lines changed

examples/cucumber/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ dependencies {
1414

1515
testImplementation platform('org.junit:junit-bom:5.13.4')
1616
testImplementation 'org.junit.platform:junit-platform-suite'
17-
testImplementation platform('io.cucumber:cucumber-bom:7.23.0')
17+
testImplementation platform('io.cucumber:cucumber-bom:7.27.0')
1818
testImplementation 'io.cucumber:cucumber-java'
1919
testImplementation 'io.cucumber:cucumber-junit-platform-engine'
2020
testImplementation 'org.testcontainers:selenium'
21-
testImplementation 'org.assertj:assertj-core:3.26.3'
21+
testImplementation 'org.assertj:assertj-core:3.27.3'
2222
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'
2323
}
2424

examples/hazelcast/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.26.3'
13+
testImplementation 'org.assertj:assertj-core:3.27.3'
1414
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
1515
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
1616
}

examples/immudb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.26.3'
13+
testImplementation 'org.assertj:assertj-core:3.27.3'
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'

examples/kafka-cluster/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ dependencies {
1111
testAnnotationProcessor "org.projectlombok:lombok:1.18.38"
1212
testImplementation 'org.testcontainers:kafka'
1313
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'
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'
18-
testImplementation 'org.awaitility:awaitility:4.2.2'
18+
testImplementation 'org.awaitility:awaitility:4.3.0'
1919
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
2020
}
2121

examples/nats/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
testImplementation 'org.assertj:assertj-core:3.26.3'
10+
testImplementation 'org.assertj:assertj-core:3.27.3'
1111
testImplementation 'org.testcontainers:testcontainers'
1212
testImplementation 'io.nats:jnats:2.21.4'
1313
testImplementation 'ch.qos.logback:logback-classic:1.3.15'

examples/neo4j-container/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
testImplementation 'org.assertj:assertj-core:3.26.3'
10+
testImplementation 'org.assertj:assertj-core:3.27.3'
1111
testImplementation 'org.neo4j.driver:neo4j-java-driver:4.4.20'
1212
testImplementation 'org.testcontainers:neo4j'
1313
testImplementation 'org.testcontainers:junit-jupiter'

examples/ollama-hugging-face/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
dependencies {
1010
testImplementation 'org.testcontainers:ollama'
11-
testImplementation 'org.assertj:assertj-core:3.26.3'
11+
testImplementation 'org.assertj:assertj-core:3.27.3'
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'

examples/redis-backed-cache-testng/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
testImplementation 'org.testcontainers:testcontainers'
1515
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
1616
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'
1818
}
1919

2020
test {

examples/redis-backed-cache/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
testImplementation 'org.testcontainers:junit-jupiter'
1616
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
1717
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
18-
testImplementation 'org.assertj:assertj-core:3.26.3'
18+
testImplementation 'org.assertj:assertj-core:3.27.3'
1919
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
2020
}
2121

examples/selenium-container/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
testImplementation 'org.springframework.boot:spring-boot-starter-test'
1717
testImplementation 'org.testcontainers:selenium'
1818
testImplementation 'org.testcontainers:junit-jupiter'
19-
testImplementation 'org.assertj:assertj-core:3.26.3'
19+
testImplementation 'org.assertj:assertj-core:3.27.3'
2020
testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.8.2"
2121
}
2222

0 commit comments

Comments
 (0)