File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
77}
88
99dependencies {
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'
You can’t perform that action at this time.
0 commit comments