Skip to content

Commit b9edfca

Browse files
committed
Update packages
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
1 parent 03dcb9d commit b9edfca

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

ci/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LABEL maintainer="appthreat" \
1313

1414
ARG JAVA_VERSION=22.0.2-graalce
1515
ARG MAVEN_VERSION=3.9.9
16-
ARG GRADLE_VERSION=8.10
16+
ARG GRADLE_VERSION=8.10.1
1717

1818
ENV JAVA_VERSION=$JAVA_VERSION \
1919
MAVEN_VERSION=$MAVEN_VERSION \

console/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ libraryDependencies ++= Seq(
2424
"io.circe" %% "circe-generic" % CirceVersion,
2525
"io.circe" %% "circe-parser" % CirceVersion,
2626
"org.zeroturnaround" % "zt-zip" % ZeroturnaroundVersion,
27-
"com.lihaoyi" %% "os-lib" % "0.10.6",
27+
"com.lihaoyi" %% "os-lib" % "0.10.7",
2828
"com.lihaoyi" %% "pprint" % "0.9.0",
2929
"com.lihaoyi" %% "cask" % CaskVersion,
3030
"dev.scalapy" %% "scalapy-core" % "0.5.3",

platform/frontends/c2cpg/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependsOn(Projects.semanticcpg, Projects.dataflowengineoss % Test, Projects.x2cp
55
libraryDependencies ++= Seq(
66
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4",
77
"org.eclipse.platform" % "org.eclipse.equinox.common" % "3.19.100",
8-
"org.eclipse.platform" % "org.eclipse.core.resources" % "3.20.200" excludeAll(
8+
"org.eclipse.platform" % "org.eclipse.core.resources" % "3.21.0" excludeAll(
99
ExclusionRule(organization = "com.ibm.icu", name = "icu4j"),
1010
ExclusionRule(organization = "org.eclipse.platform", name = "org.eclipse.jface"),
1111
ExclusionRule(organization = "org.eclipse.platform", name = "org.eclipse.jface.text")

project/Versions.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object Versions {
55
val scalatest = "3.2.19"
66
val cats = "3.5.4"
77
val json4s = "4.0.7"
8-
val gradleTooling = "8.10"
8+
val gradleTooling = "8.10.1"
99
val circe = "0.14.10"
1010
val requests = "0.9.0"
1111
val upickle = "3.3.1"

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.1
1+
sbt.version=1.10.2

project/meta-build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ libraryDependencies ++= Seq(
44
"net.lingala.zip4j" % "zip4j" % "2.11.5",
55
"com.github.pathikrit" %% "better-files" % "3.9.2",
66
"net.java.dev.javacc" % "javacc" % "7.0.13",
7-
"com.lihaoyi" %% "os-lib" % "0.10.6"
7+
"com.lihaoyi" %% "os-lib" % "0.10.7"
88
)

0 commit comments

Comments
 (0)