Skip to content

Commit

Permalink
Upgrading Joern & Neo4j
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi committed Jun 6, 2024
1 parent 70367d1 commit cb30112
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inThisBuild(
List(
organization := "com.github.plume-oss",
version := "2.0.0",
scalaVersion := "3.4.1",
scalaVersion := "3.4.2",
resolvers ++= Seq(
Resolver.mavenLocal,
Resolver.mavenCentral,
Expand Down
6 changes: 3 additions & 3 deletions project/Versions.scala
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
object Versions {

// SAST
val codePropertyGraph = "1.6.11"
val joern = "2.0.379"
val codePropertyGraph = "1.6.14"
val joern = "2.0.397"

// Drivers
val tinkerGraph = "3.4.11"
val neo4j = "4.4.5"
val neo4j = "5.20.0"
val overflowDb = "1.192"
val flatGraph = "0.0.59"

Expand Down

0 comments on commit cb30112

Please sign in to comment.