File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
13
13
14
14
### Changed
15
15
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
+
16
19
### Deprecated
17
20
18
21
### Removed
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ scalaVersion := scala213
38
38
39
39
// Library versions
40
40
41
- val cucumberVersion = " 7.6 .0"
42
- val jacksonVersion = " 2.13.3 "
41
+ val cucumberVersion = " 7.7 .0"
42
+ val jacksonVersion = " 2.13.4 "
43
43
val mockitoScalaVersion = " 1.17.12"
44
44
val junitVersion = " 4.13.2"
45
45
Original file line number Diff line number Diff line change 1
- libraryDependencies += " io.cucumber" % " cucumber-core" % " 7.6 .0"
1
+ libraryDependencies += " io.cucumber" % " cucumber-core" % " 7.7 .0"
2
2
libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.8.1"
You can’t perform that action at this time.
0 commit comments