Skip to content

Commit 9982049

Browse files
authored
Merge pull request #1875 from guardian/update/jackson
chore(deps): Jackson dependency updates
2 parents e5dda80 + 673b019 commit 9982049

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ scalacOptions ++= Seq(
6565
"-Xfatal-warnings"
6666
)
6767

68-
val jacksonV2Version = "2.22.0"
68+
val jacksonV2Version = "2.22.1"
6969
val circeVersion = "0.14.16"
7070

7171
val awsV2SdkVersion = "2.46.17"
@@ -78,7 +78,7 @@ val playSecretRotationVersion = "19.2.0"
7878
* 3. If no earlier version appears in the dependency list, the entry can be removed.
7979
*/
8080
val safeTransitiveDependencies = {
81-
val jacksonV3Version = "3.2.0"
81+
val jacksonV3Version = "3.2.1"
8282
Seq(
8383
"com.fasterxml.jackson.core" % "jackson-core" % jacksonV2Version,
8484
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-cbor" % jacksonV2Version,

0 commit comments

Comments
 (0)