|
1 | | -val cpgVersion = "1.4.6" |
2 | | -val joernVersion = "2.0.1" |
| 1 | +val cpgVersion = "1.4.10" |
| 2 | +val joernVersion = "2.0.44" |
3 | 3 |
|
4 | 4 | val gitCommitString = SettingKey[String]("gitSha") |
5 | 5 |
|
@@ -27,15 +27,15 @@ lazy val commonSettings = Seq( |
27 | 27 | "io.shiftleft" %% "codepropertygraph" % cpgVersion, |
28 | 28 | "io.joern" %% "x2cpg" % joernVersion, |
29 | 29 | "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", |
32 | 32 | "com.atlassian.sourcemap" % "sourcemap" % "2.0.0", |
33 | 33 | "commons-io" % "commons-io" % "2.13.0", |
34 | 34 | "org.slf4j" % "slf4j-api" % "2.0.7", |
35 | 35 | "org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.20.0" % Optional, |
36 | 36 | "org.apache.logging.log4j" % "log4j-core" % "2.20.0" % Optional, |
37 | 37 | "io.joern" %% "x2cpg" % joernVersion % Test classifier "tests", |
38 | | - "org.scalatest" %% "scalatest" % "3.2.15" % Test |
| 38 | + "org.scalatest" %% "scalatest" % "3.2.16" % Test |
39 | 39 | ) |
40 | 40 | ) |
41 | 41 |
|
|
0 commit comments