Skip to content

Commit 0b21f19

Browse files
committed
🧹 chore: upgrade Cucumber to 7.28.0
1 parent 47c6f08 commit 0b21f19

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 [7.28.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
@@ -39,7 +39,7 @@ scalaVersion := scala213
3939

4040
// Library versions
4141

42-
val cucumberVersion = "7.27.2"
42+
val cucumberVersion = "7.28.0"
4343
val jacksonVersion = "2.20.0"
4444
val mockitoScalaVersion = "1.17.45"
4545
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.27.2"
1+
libraryDependencies += "io.cucumber" % "cucumber-core" % "7.28.0"
22
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0"

0 commit comments

Comments
 (0)