File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,10 +111,10 @@ lazy val server = (project in file("server")) enablePlugins(JavaAppPackaging) se
111111 libraryDependencies ++= Seq (
112112 // Pin versions for jackson libraries as the new version of `jackson-module-scala` introduces a
113113 // breaking change making us not able to use `delta-standalone`.
114- " com.fasterxml.jackson.core" % " jackson-core" % " 2.6.7 " ,
115- " com.fasterxml.jackson.core" % " jackson-databind" % " 2.6.7.3 " ,
116- " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.6.7.1 " ,
117- " com.fasterxml.jackson.dataformat" % " jackson-dataformat-yaml" % " 2.6.7 " ,
114+ " com.fasterxml.jackson.core" % " jackson-core" % " 2.15.2 " ,
115+ " com.fasterxml.jackson.core" % " jackson-databind" % " 2.15.2 " ,
116+ " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.15.2 " ,
117+ " com.fasterxml.jackson.dataformat" % " jackson-dataformat-yaml" % " 2.15.2 " ,
118118 " org.json4s" %% " json4s-jackson" % " 3.5.3" excludeAll(
119119 ExclusionRule (" com.fasterxml.jackson.core" ),
120120 ExclusionRule (" com.fasterxml.jackson.module" )
You can’t perform that action at this time.
0 commit comments