From 49e2098f853c5ed86e83f19d04dec51ee9fa11f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Jourdan-Weil?= Date: Fri, 3 Oct 2025 10:44:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore:=20upgrade=20to=20Cucumber?= =?UTF-8?q?=207.30.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ build.sbt | 2 +- project/build-dependencies.sbt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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"