Skip to content

Commit a3bac62

Browse files
committed
chore: 🤖 Upgrade Jackson
1 parent 72c7ea8 commit a3bac62

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
@@ -14,6 +14,7 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1414
### Changed
1515

1616
- [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
1718

1819
### Deprecated
1920

‎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.7.0"
42-
val jacksonVersion = "2.13.3"
42+
val jacksonVersion = "2.13.4"
4343
val mockitoScalaVersion = "1.17.12"
4444
val junitVersion = "4.13.2"
4545

0 commit comments

Comments
 (0)