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
1717- [ Scala] Upgrade Scala 3 version to 3.2.1
1818
1919- [ Scala] Updated ` scala-collection-compat ` dependency to 2.9.0
20+ - [ Build] Updated ` jackson ` dependency to 2.14.1
2021- [ Build] Updated ` scalafmt ` dependency to 2.5.0
2122- [ Build] Updated ` sbt-sonatype ` dependency to 3.9.15
2223- [ 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
3939// Library versions
4040
4141val cucumberVersion = " 7.10.0"
42- val jacksonVersion = " 2.13.4 "
42+ val jacksonVersion = " 2.14.1 "
4343val mockitoScalaVersion = " 1.17.12"
4444val junitVersion = " 4.13.2"
4545
You can’t perform that action at this time.
0 commit comments