Skip to content

Commit

Permalink
Merge pull request #49 from ShiftLeftSecurity/max/updateDeps
Browse files Browse the repository at this point in the history
Updated joern and log4j versions
  • Loading branch information
mpollmeier authored Dec 14, 2021
2 parents 486ac51 + b860963 commit d8ae0d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val cpgVersion = "1.3.461"
val joernVersion = "1.1.384"
val joernVersion = "1.1.387"

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

Expand Down Expand Up @@ -87,7 +87,7 @@ lazy val commonSettings = Seq(
"org.graalvm.js" % "js" % "21.3.0",
"com.github.pathikrit" %% "better-files" % "3.9.1",
"org.slf4j" % "slf4j-api" % "1.7.32",
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.15.0" % Runtime,
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.16.0" % Runtime,
"com.typesafe.play" %% "play-json" % "2.9.2",
"com.fasterxml.jackson" % "jackson-base" % "2.13.0",
"com.atlassian.sourcemap" % "sourcemap" % "2.0.0",
Expand Down

0 comments on commit d8ae0d7

Please sign in to comment.