Skip to content

Commit 3bf75a0

Browse files
renovate[bot]renovate-botgaeljw
authored
Update cucumber.version to v6.8.1 (#136)
* Update cucumber.version to v6.8.1 * Complete README and CHANGELOG Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Gaël Jourdan-Weil <[email protected]>
1 parent 296e5fc commit 3bf75a0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ 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.8.1](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17+
1618
### Deprecated
1719

1820
### Removed

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.8.0 | 6.8.0 | 2.11, 2.12, 2.13 |
20+
| 6.8.1 | 6.8.1 | 2.11, 2.12, 2.13 |
2121
| 5.7.0 | 5.7.0 | 2.11, 2.12, 2.13 |
2222
| 4.7.1 | 4.7.1 | 2.11, 2.12, 2.13 |
2323

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<minimum.maven.version>3.3</minimum.maven.version>
2121
<outputDirectory>${project.build.directory}</outputDirectory>
2222
<scala-maven-plugin.version>4.4.0</scala-maven-plugin.version>
23-
<cucumber.version>6.8.0</cucumber.version>
23+
<cucumber.version>6.8.1</cucumber.version>
2424
<gherkin.version>15.0.2</gherkin.version>
2525
<groovy.version>2.5.13</groovy.version>
2626
<jackson-databind.version>2.11.3</jackson-databind.version>

0 commit comments

Comments
 (0)