diff --git a/examples/cucumber/build.gradle b/examples/cucumber/build.gradle index 2710e259e9b..48f41b57df5 100644 --- a/examples/cucumber/build.gradle +++ b/examples/cucumber/build.gradle @@ -12,7 +12,7 @@ dependencies { implementation 'org.seleniumhq.selenium:selenium-firefox-driver' implementation 'org.seleniumhq.selenium:selenium-chrome-driver' - testImplementation platform('io.cucumber:cucumber-bom:7.18.1') + testImplementation platform('io.cucumber:cucumber-bom:7.21.0') testImplementation 'io.cucumber:cucumber-java' testImplementation 'io.cucumber:cucumber-junit' testImplementation 'org.testcontainers:selenium'