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(