Skip to content

Commit

Permalink
[jimple] Upgrade Soot (#4497)
Browse files Browse the repository at this point in the history
Soot 4.5.0 uses [ASM 9.7](https://github.com/soot-oss/soot/blob/4.5.0/pom.xml#L76) compared to 4.4.1 which uses ASM 9.4.

This will help parse newer versions of JVM bytecode.
  • Loading branch information
DavidBakerEffendi authored Apr 29, 2024
1 parent deec496 commit bc689be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ object Versions {
val scalatest = "3.2.18"
val scopt = "4.1.0"
val semverParser = "0.0.6"
val soot = "4.4.1"
val soot = "4.5.0"
val slf4j = "2.0.7"
val log4j = "2.20.0"
val upickle = "3.3.0"
Expand Down

0 comments on commit bc689be

Please sign in to comment.