Skip to content

Commit af5099c

Browse files
authored
Merge pull request #10482 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents b8d1af5 + 88e8f21 commit af5099c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/cucumber/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414

1515
testImplementation platform('org.junit:junit-bom:5.10.3')
1616
testImplementation 'org.junit.platform:junit-platform-suite'
17-
testImplementation platform('io.cucumber:cucumber-bom:7.18.1')
17+
testImplementation platform('io.cucumber:cucumber-bom:7.23.0')
1818
testImplementation 'io.cucumber:cucumber-java'
1919
testImplementation 'io.cucumber:cucumber-junit-platform-engine'
2020
testImplementation 'org.testcontainers:selenium'

examples/kafka-cluster/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
testCompileOnly "org.projectlombok:lombok:1.18.34"
1111
testAnnotationProcessor "org.projectlombok:lombok:1.18.34"
1212
testImplementation 'org.testcontainers:kafka'
13-
testImplementation 'org.apache.kafka:kafka-clients:3.8.0'
13+
testImplementation 'org.apache.kafka:kafka-clients:4.0.0'
1414
testImplementation 'org.assertj:assertj-core:3.26.3'
1515
testImplementation 'com.google.guava:guava:23.0'
1616
testImplementation 'ch.qos.logback:logback-classic:1.3.14'

examples/solr-container/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
compileOnly "org.projectlombok:lombok:1.18.34"
1111
annotationProcessor "org.projectlombok:lombok:1.18.34"
1212

13-
implementation 'org.apache.solr:solr-solrj:8.11.3'
13+
implementation 'org.apache.solr:solr-solrj:8.11.4'
1414

1515
testImplementation 'org.testcontainers:testcontainers'
1616
testImplementation 'org.testcontainers:solr'

examples/zookeeper/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.apache.curator:curator-framework:5.7.0'
10+
testImplementation 'org.apache.curator:curator-framework:5.8.0'
1111
testImplementation 'org.testcontainers:testcontainers'
1212
testImplementation 'org.assertj:assertj-core:3.26.3'
1313
testImplementation 'ch.qos.logback:logback-classic:1.3.14'

0 commit comments

Comments
 (0)