We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f53f4 commit d53300fCopy full SHA for d53300f
1 file changed
project/Dependencies.scala
@@ -108,7 +108,7 @@ object Dependencies {
108
https://github.com/orgs/playframework/discussions/11222
109
*/
110
val jacksonVersion = "2.21.2"
111
- val jacksonDatabindVersion = "2.21.1"
+ val jacksonDatabindVersion = "2.21.2"
112
val jacksonAnnotationsVersion = "2.21"
113
val jacksonCore = "com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion
114
val jacksonAnnotations = "com.fasterxml.jackson.core" % "jackson-annotations" % jacksonAnnotationsVersion
0 commit comments