Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 69a92ec

Browse files
authored
Merge pull request #7 from benjaminjacobberg/master
Updated jackson-databind to address vulnerability
2 parents b32cc48 + f906d11 commit 69a92ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ libraryDependencies ++= Seq(
1717
"org.scalatest" %% "scalatest" % "3.1.1" % Test
1818
)
1919

20-
dependencyOverrides += "com.fasterxml.jackson.core" % "jackson-databind" % "2.10.3"
20+
dependencyOverrides += "com.fasterxml.jackson.core" % "jackson-databind" % "2.10.5.1"
2121

2222
credentials += Credentials(Path.userHome / ".mdialog.credentials")
2323

0 commit comments

Comments
 (0)