We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c7ea8 commit a3bac62Copy full SHA for a3bac62
‎CHANGELOG.md
@@ -14,6 +14,7 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
14
### Changed
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
19
### Deprecated
20
‎build.sbt
@@ -39,7 +39,7 @@ scalaVersion := scala213
39
// Library versions
40
41
val cucumberVersion = "7.7.0"
42
-val jacksonVersion = "2.13.3"
+val jacksonVersion = "2.13.4"
43
val mockitoScalaVersion = "1.17.12"
44
val junitVersion = "4.13.2"
45
0 commit comments