File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
17
17
- [ Scala] Upgrade Scala 3 version to 3.2.1
18
18
19
19
- [ Scala] Updated ` scala-collection-compat ` dependency to 2.9.0
20
+ - [ Build] Updated ` jackson ` dependency to 2.14.1
20
21
- [ Build] Updated ` scalafmt ` dependency to 2.5.0
21
22
- [ Build] Updated ` sbt-sonatype ` dependency to 3.9.15
22
23
- [ Build] Updated ` sbt-version-policy ` dependency to 2.1.0
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ scalaVersion := scala213
39
39
// Library versions
40
40
41
41
val cucumberVersion = " 7.10.0"
42
- val jacksonVersion = " 2.13.4 "
42
+ val jacksonVersion = " 2.14.1 "
43
43
val mockitoScalaVersion = " 1.17.12"
44
44
val junitVersion = " 4.13.2"
45
45
You can’t perform that action at this time.
0 commit comments