Skip to content

Commit 5deda2e

Browse files
committed
Upgrade to Cucumber 6.1.1
1 parent a0abdc5 commit 5deda2e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1313

1414
### Changed
1515

16-
- [Core] Update `cucumber-core` dependency to 6.1.0
16+
- [Core] Update `cucumber-core` dependency to 6.1.1
1717

1818
### Deprecated
1919

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The minor version might differ because Cucumber Scala may add Scala-related feat
1717

1818
| Cucumber Scala version | Cucumber version | Scala versions |
1919
|------------------------|------------------|------------------|
20-
| 6.1.0 | 6.1.0 | 2.11, 2.12, 2.13 |
20+
| 6.1.1 | 6.1.0 | 2.11, 2.12, 2.13 |
2121
| 6.0.0 | 6.0.0 | 2.11, 2.12, 2.13 |
2222
| 5.7.0 | 5.7.0 | 2.11, 2.12, 2.13 |
2323
| 5.6.0 | 5.6.0 | 2.11, 2.12, 2.13 |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<outputDirectory>${project.build.directory}</outputDirectory>
2222
<scala-maven-plugin.version>3.4.6</scala-maven-plugin.version>
2323
<build-helper-maven-plugin.version>3.1.0</build-helper-maven-plugin.version>
24-
<cucumber.version>6.1.0</cucumber.version>
24+
<cucumber.version>6.1.1</cucumber.version>
2525
<gherkin.version>13.0.0</gherkin.version>
2626
<groovy.version>2.5.12</groovy.version>
2727
<jackson-databind.version>2.11.0</jackson-databind.version>

0 commit comments

Comments
 (0)