Skip to content

Commit 022ef9c

Browse files
authored
Merge pull request #299 from cucumber/cucumber740
chore: 🤖 Upgrade Cucumber core to 7.4.0
2 parents 353504e + d07959d commit 022ef9c

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
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.4.0](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.3.4"
41+
val cucumberVersion = "7.4.0"
4242
val jacksonVersion = "2.13.3"
4343
val mockitoScalaVersion = "1.17.7"
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.3.4"
1+
libraryDependencies += "io.cucumber" % "cucumber-core" % "7.4.0"
22
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0"

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "8.4.1-SNAPSHOT"
1+
ThisBuild / version := "8.5.0-SNAPSHOT"

0 commit comments

Comments
 (0)