Skip to content

Commit ad12c0e

Browse files
authored
Merge pull request #349 from cucumber/cucumber7111
chore: 🤖 Upgrade Cucumber core to 7.11.1
2 parents be84b1b + 1905ac7 commit ad12c0e

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] Updated `cucumber-core` dependency to [7.11.1](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17+
1618
### Deprecated
1719

1820
### Removed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ scalaVersion := scala213
3838

3939
// Library versions
4040

41-
val cucumberVersion = "7.11.0"
41+
val cucumberVersion = "7.11.1"
4242
val jacksonVersion = "2.14.2"
4343
val mockitoScalaVersion = "1.17.12"
4444
val junitVersion = "4.13.2"

project/build-dependencies.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
libraryDependencies += "io.cucumber" % "cucumber-core" % "7.11.0"
1+
libraryDependencies += "io.cucumber" % "cucumber-core" % "7.11.1"
22
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0"

0 commit comments

Comments
 (0)