Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Sep 19, 2024
1 parent 03dcb9d commit b9edfca
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LABEL maintainer="appthreat" \

ARG JAVA_VERSION=22.0.2-graalce
ARG MAVEN_VERSION=3.9.9
ARG GRADLE_VERSION=8.10
ARG GRADLE_VERSION=8.10.1

ENV JAVA_VERSION=$JAVA_VERSION \
MAVEN_VERSION=$MAVEN_VERSION \
Expand Down
2 changes: 1 addition & 1 deletion console/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ libraryDependencies ++= Seq(
"io.circe" %% "circe-generic" % CirceVersion,
"io.circe" %% "circe-parser" % CirceVersion,
"org.zeroturnaround" % "zt-zip" % ZeroturnaroundVersion,
"com.lihaoyi" %% "os-lib" % "0.10.6",
"com.lihaoyi" %% "os-lib" % "0.10.7",
"com.lihaoyi" %% "pprint" % "0.9.0",
"com.lihaoyi" %% "cask" % CaskVersion,
"dev.scalapy" %% "scalapy-core" % "0.5.3",
Expand Down
2 changes: 1 addition & 1 deletion platform/frontends/c2cpg/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependsOn(Projects.semanticcpg, Projects.dataflowengineoss % Test, Projects.x2cp
libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4",
"org.eclipse.platform" % "org.eclipse.equinox.common" % "3.19.100",
"org.eclipse.platform" % "org.eclipse.core.resources" % "3.20.200" excludeAll(
"org.eclipse.platform" % "org.eclipse.core.resources" % "3.21.0" excludeAll(
ExclusionRule(organization = "com.ibm.icu", name = "icu4j"),
ExclusionRule(organization = "org.eclipse.platform", name = "org.eclipse.jface"),
ExclusionRule(organization = "org.eclipse.platform", name = "org.eclipse.jface.text")
Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Versions {
val scalatest = "3.2.19"
val cats = "3.5.4"
val json4s = "4.0.7"
val gradleTooling = "8.10"
val gradleTooling = "8.10.1"
val circe = "0.14.10"
val requests = "0.9.0"
val upickle = "3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.1
sbt.version=1.10.2
2 changes: 1 addition & 1 deletion project/meta-build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ libraryDependencies ++= Seq(
"net.lingala.zip4j" % "zip4j" % "2.11.5",
"com.github.pathikrit" %% "better-files" % "3.9.2",
"net.java.dev.javacc" % "javacc" % "7.0.13",
"com.lihaoyi" %% "os-lib" % "0.10.6"
"com.lihaoyi" %% "os-lib" % "0.10.7"
)

0 comments on commit b9edfca

Please sign in to comment.