From f8865eae879964b1e8050a4de6bf5764ad5c6a92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 11:18:02 +0000 Subject: [PATCH] chore(deps): Update dependency org.eclipse.jgit:org.eclipse.jgit.ssh.jsch to v6.7.0.202309050840-r --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a9bfa109..03ad78f7 100644 --- a/build.sbt +++ b/build.sbt @@ -140,7 +140,7 @@ lazy val hibernateTypes = "com.vladmihalcea" % "hibernate-types-55" % "2.20.0" lazy val guice = "com.google.inject" % "guice" % "5.1.0" lazy val jgit = "org.eclipse.jgit" % "org.eclipse.jgit" % "6.1.0.202203080745-r" -lazy val jgit_jsch = "org.eclipse.jgit" % "org.eclipse.jgit.ssh.jsch" % "6.1.0.202203080745-r" +lazy val jgit_jsch = "org.eclipse.jgit" % "org.eclipse.jgit.ssh.jsch" % "6.7.0.202309050840-r" // endregion