Skip to content

Commit cd5871e

Browse files
committed
Update packages
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
1 parent 29e03b0 commit cd5871e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

console/build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name := "console"
33
enablePlugins(JavaAppPackaging)
44

55
val ScoptVersion = "4.1.0"
6-
val CaskVersion = "0.9.1"
6+
val CaskVersion = "0.9.2"
77
val CirceVersion = "0.14.6"
8-
val ZeroturnaroundVersion = "1.16"
8+
val ZeroturnaroundVersion = "1.17"
99

1010
dependsOn(
1111
Projects.semanticcpg,

platform/frontends/c2cpg/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ libraryDependencies ++= Seq(
1010
ExclusionRule(organization = "org.eclipse.platform", name = "org.eclipse.jface"),
1111
ExclusionRule(organization = "org.eclipse.platform", name = "org.eclipse.jface.text")
1212
),
13-
"org.jline" % "jline" % "3.25.0",
13+
"org.jline" % "jline" % "3.25.1",
1414
"org.scalatest" %% "scalatest" % Versions.scalatest % Test
1515
)
1616

project/Versions.scala

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ object Versions {
33
val cpg = parseVersion("cpgVersion")
44
// Dont upgrade antlr to 4.10 or above since those versions require java 11 or higher which
55
// causes problems upstreams.
6-
val antlr = "4.7"
6+
val antlr = "4.13.1"
77
val scalatest = "3.2.17"
8-
val cats = "3.5.2"
8+
val cats = "3.5.3"
99
val json4s = "4.0.7"
1010
val gradleTooling = "8.5"
1111
val circe = "0.14.6"
1212
val requests = "0.8.0"
13-
val upickle = "3.1.3"
13+
val upickle = "3.1.4"
1414
val scalaReplPP = "0.1.76"
1515

1616
private def parseVersion(key: String): String = {

0 commit comments

Comments
 (0)