From 48a7ba58b4028f3343129f5cf4510e3e80faba1c Mon Sep 17 00:00:00 2001 From: Xuan Gu <162244362+xuang7@users.noreply.github.com> Date: Sun, 29 Mar 2026 12:43:10 -0700 Subject: [PATCH] update. --- common/workflow-core/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/workflow-core/build.sbt b/common/workflow-core/build.sbt index db916685138..40c9ef1bfea 100644 --- a/common/workflow-core/build.sbt +++ b/common/workflow-core/build.sbt @@ -202,7 +202,7 @@ libraryDependencies ++= Seq( "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", // Scala Logging "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.0.202109080827-r", // jgit "org.apache.commons" % "commons-vfs2" % "2.9.0", // for FileResolver throw VFS-related exceptions - "io.lakefs" % "sdk" % "1.51.0", // for lakeFS api calls + "io.lakefs" % "sdk" % "1.80.0", // for lakeFS api calls "com.typesafe" % "config" % "1.4.3", // config reader "org.apache.commons" % "commons-jcs3-core" % "3.2", // Apache Commons JCS "software.amazon.awssdk" % "s3" % "2.29.51" excludeAll(