Skip to content

Commit

Permalink
update codepropertygraph+flatgraph deps (#5270)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrehm authored Jan 30, 2025
1 parent 449db5b commit 4f59572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "joern"
ThisBuild / organization := "io.joern"
ThisBuild / scalaVersion := "3.5.2"

val cpgVersion = "1.7.23"
val cpgVersion = "1.7.25"

lazy val joerncli = Projects.joerncli
lazy val querydb = Projects.querydb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ class ImportTests extends RubyCode2CpgFixture(withPostProcessing = true) with In
|""".stripMargin)

"also create import nodes" in {
inside(cpg.imports.l) {
inside(cpg.imports.l.sortBy { impNode => impNode.isCallForImportIn.head.order }) {
case requireAll :: requireRelative :: load :: Nil =>
requireAll.importedAs shouldBe Option("./dir")
requireAll.isWildcard shouldBe Option(true)
Expand Down

0 comments on commit 4f59572

Please sign in to comment.