Skip to content

Commit 452a860

Browse files
Updated dependencies (#294)
1 parent a06b4bc commit 452a860

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
val cpgVersion = "1.4.6"
2-
val joernVersion = "2.0.1"
1+
val cpgVersion = "1.4.10"
2+
val joernVersion = "2.0.44"
33

44
val gitCommitString = SettingKey[String]("gitSha")
55

@@ -27,15 +27,15 @@ lazy val commonSettings = Seq(
2727
"io.shiftleft" %% "codepropertygraph" % cpgVersion,
2828
"io.joern" %% "x2cpg" % joernVersion,
2929
"com.github.scopt" %% "scopt" % "4.1.0",
30-
"org.graalvm.js" % "js" % "22.3.2",
31-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.14.2",
30+
"org.graalvm.js" % "js" % "22.3.3",
31+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.15.2",
3232
"com.atlassian.sourcemap" % "sourcemap" % "2.0.0",
3333
"commons-io" % "commons-io" % "2.13.0",
3434
"org.slf4j" % "slf4j-api" % "2.0.7",
3535
"org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.20.0" % Optional,
3636
"org.apache.logging.log4j" % "log4j-core" % "2.20.0" % Optional,
3737
"io.joern" %% "x2cpg" % joernVersion % Test classifier "tests",
38-
"org.scalatest" %% "scalatest" % "3.2.15" % Test
38+
"org.scalatest" %% "scalatest" % "3.2.16" % Test
3939
)
4040
)
4141

0 commit comments

Comments
 (0)