diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..aa00ffa --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..67e1e61 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..9abe8b5 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + { + "associatedIndex": 7 +} + + + + + + + + + 1700152387795 + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 1283265..c15c154 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ - 4.0.0 @@ -18,26 +18,21 @@ UTF-8 - - - - io.cucumber - cucumber-bom - 7.10.1 - pom - import - - - org.junit - junit-bom - 5.9.2 - pom - import - - - - + + io.cucumber + cucumber-bom + 7.10.1 + pom + test + + + org.junit + junit-bom + 5.9.2 + pom + test + @@ -88,6 +83,7 @@ io.cucumber cucumber-java + 7.11.2 test @@ -95,19 +91,21 @@ io.cucumber cucumber-junit - 7.11.0 + 7.11.2 test io.cucumber cucumber-junit-platform-engine + 7.11.2 test io.cucumber cucumber-picocontainer + 7.11.2 test @@ -133,12 +131,12 @@ plugin={ - "pretty", - "html:target/test-reports/cucumber-html-report.html", - "json:target/test-reports/cucumber.json", - "pretty:target/test-reports/cucumber-pretty.txt", - "usage:target/test-reports/cucumber-usage.json", - "junit:target/test-reports/cucumber-results.xml" + "pretty", + "html:target/test-reports/cucumber-html-report.html", + "json:target/test-reports/cucumber.json", + "pretty:target/test-reports/cucumber-pretty.txt", + "usage:target/test-reports/cucumber-usage.json", + "junit:target/test-reports/cucumber-results.xml" }, publish=false, stepNotifications=true