Skip to content

Commit 023e7b4

Browse files
authored
Merge pull request #321 from cucumber/cucumber770
Cucumber 7.7.0
2 parents 72d01fe + a3bac62 commit 023e7b4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ 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.7.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17+
- [Build] Upgrade `jackson-module-scala` to 2.13.4
18+
1619
### Deprecated
1720

1821
### Removed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ scalaVersion := scala213
3838

3939
// Library versions
4040

41-
val cucumberVersion = "7.6.0"
42-
val jacksonVersion = "2.13.3"
41+
val cucumberVersion = "7.7.0"
42+
val jacksonVersion = "2.13.4"
4343
val mockitoScalaVersion = "1.17.12"
4444
val junitVersion = "4.13.2"
4545

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.6.0"
1+
libraryDependencies += "io.cucumber" % "cucumber-core" % "7.7.0"
22
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1"

0 commit comments

Comments
 (0)