Skip to content

Commit 673b019

Browse files
Update jackson-core to 3.2.1
1 parent 73573aa commit 673b019

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)