File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,11 @@ lazy val ws = (project in file("acdc-ws")).
53
53
" com.google.guava" % " guava" % " 32.1.3-jre" ,
54
54
// the transitive jackson dependencies from play framework on has security vulnerabilities
55
55
" com.fasterxml.jackson.core" % " jackson-databind" % jacksonVersion,
56
- " com.fasterxml.jackson.module" % " jackson-module-scala" % jacksonVersion,
57
- " com.fasterxml.jackson.dataformat" % " jackson-dataformat-cbor" % jacksonVersion
56
+ " com.fasterxml.jackson.module" %% " jackson-module-scala" % jacksonVersion,
57
+ " com.fasterxml.jackson.dataformat" % " jackson-dataformat-cbor" % jacksonVersion,
58
+ " com.fasterxml.jackson.datatype" % " jackson-datatype-jdk8" % jacksonVersion,
59
+ " com.fasterxml.jackson.datatype" % " jackson-datatype-jsr310" % jacksonVersion,
60
+ " com.fasterxml.jackson.module" % " jackson-module-parameter-names" % jacksonVersion
58
61
)
59
62
).
60
63
dependsOn(core)
You can’t perform that action at this time.
0 commit comments