diff --git a/examples/cucumber/build.gradle b/examples/cucumber/build.gradle index 176fb35ee8d..009c8e77606 100644 --- a/examples/cucumber/build.gradle +++ b/examples/cucumber/build.gradle @@ -14,7 +14,7 @@ dependencies { testImplementation platform('org.junit:junit-bom:5.10.3') testImplementation 'org.junit.platform:junit-platform-suite' - testImplementation platform('io.cucumber:cucumber-bom:7.18.1') + testImplementation platform('io.cucumber:cucumber-bom:7.23.0') testImplementation 'io.cucumber:cucumber-java' testImplementation 'io.cucumber:cucumber-junit-platform-engine' testImplementation 'org.testcontainers:selenium'