Skip to content

Commit 5850f4d

Browse files
committed
chore: 🤖 Upgrade Jackson
1 parent 22b8947 commit 5850f4d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

‎build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ scalaVersion := scala213
3939
// Library versions
4040

4141
val cucumberVersion = "7.10.0"
42-
val jacksonVersion = "2.13.4"
42+
val jacksonVersion = "2.14.1"
4343
val mockitoScalaVersion = "1.17.12"
4444
val junitVersion = "4.13.2"
4545

0 commit comments

Comments
 (0)