Skip to content

Commit

Permalink
Update lombok to 1.18.32
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 20, 2024
1 parent 709c05d commit 9186d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joern-cli/frontends/javasrc2cpg/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ libraryDependencies ++= Seq(
"com.github.javaparser" % "javaparser-symbol-solver-core" % "3.25.8",
"org.gradle" % "gradle-tooling-api" % Versions.gradleTooling,
"org.scalatest" %% "scalatest" % Versions.scalatest % Test,
"org.projectlombok" % "lombok" % "1.18.30",
"org.projectlombok" % "lombok" % "1.18.32",
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4",
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.2.0",
"net.lingala.zip4j" % "zip4j" % "2.11.5"
Expand Down

0 comments on commit 9186d55

Please sign in to comment.