Skip to content

Commit d53300f

Browse files
Update jackson-databind to 2.21.2
1 parent d0f53f4 commit d53300f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ object Dependencies {
108108
https://github.com/orgs/playframework/discussions/11222
109109
*/
110110
val jacksonVersion = "2.21.2"
111-
val jacksonDatabindVersion = "2.21.1"
111+
val jacksonDatabindVersion = "2.21.2"
112112
val jacksonAnnotationsVersion = "2.21"
113113
val jacksonCore = "com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion
114114
val jacksonAnnotations = "com.fasterxml.jackson.core" % "jackson-annotations" % jacksonAnnotationsVersion

0 commit comments

Comments
 (0)