diff --git a/CHANGELOG.md b/CHANGELOG.md index 901621eb..9d991ad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH ### Changed +- [Core] Update `cucumber-core` dependency to [7.30.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) + ### Deprecated ### Removed diff --git a/build.sbt b/build.sbt index 2b977200..13af3f33 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ scalaVersion := scala213 // Library versions -val cucumberVersion = "7.29.0" +val cucumberVersion = "7.30.0" val jacksonVersion = "2.20.0" val mockitoScalaVersion = "1.17.45" val junit4Version = "4.13.2" diff --git a/project/build-dependencies.sbt b/project/build-dependencies.sbt index 8bb26530..d35068e1 100644 --- a/project/build-dependencies.sbt +++ b/project/build-dependencies.sbt @@ -1,2 +1,2 @@ -libraryDependencies += "io.cucumber" % "cucumber-core" % "7.29.0" +libraryDependencies += "io.cucumber" % "cucumber-core" % "7.30.0" libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0"