Skip to content

Commit

Permalink
ghidra 11.3.1 (#5326)
Browse files Browse the repository at this point in the history
* upgrade deps

* ghidra 11.3.1
  • Loading branch information
mpollmeier authored Feb 25, 2025
1 parent 21f4454 commit 366b910
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.26"
val cpgVersion = "1.7.27"

lazy val joerncli = Projects.joerncli
lazy val querydb = Projects.querydb
Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Versions {
val eclipseCdt = "8.5.0.202410191453+3"
val eclipseCore = "3.22.0"
val eclipseText = "3.14.200"
val ghidra = "11.3_PUBLIC_20250205-3"
val ghidra = "11.3.1_PUBLIC_20250219-0"
val gradleTooling = "8.3"
val jacksonDatabind = "2.17.0"
val javaParser = "3.26.2"
Expand Down

0 comments on commit 366b910

Please sign in to comment.