Skip to content

Commit

Permalink
Updated org.eclipse.jgit to version 6.7.0.202309050840-r
Browse files Browse the repository at this point in the history
  • Loading branch information
odisseus committed Nov 17, 2023
1 parent a2f2a74 commit e307cba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import scala.collection.mutable
import org.eclipse.jgit.api.CloneCommand
import org.eclipse.jgit.api.CreateBranchCommand
import org.eclipse.jgit.api.Git
import org.eclipse.jgit.lib.ProgressMonitor
import org.eclipse.jgit.lib.EmptyProgressMonitor
import org.eclipse.jgit.lib.Ref

import org.virtuslab.ideprobe.Extensions._
Expand Down Expand Up @@ -71,7 +71,7 @@ object GitHandler {
def checkout(ref: String): Ref = GitHandler.checkout(git, ref)
}

private class CustomProgressMonitor(repository: String) extends ProgressMonitor {
private class CustomProgressMonitor(repository: String) extends EmptyProgressMonitor {

private val totalWork: AtomicInteger = new AtomicInteger()
private val completion: AtomicInteger = new AtomicInteger()
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object Dependencies {

val nuProcess = "com.zaxxer" % "nuprocess" % "2.0.6"

val jGit = "org.eclipse.jgit" % "org.eclipse.jgit" % "6.2.0.202206071550-r"
val jGit = "org.eclipse.jgit" % "org.eclipse.jgit" % "6.7.0.202309050840-r"

val remoteRobot = "com.intellij.remoterobot" % "remote-robot" % "0.11.20"

Expand Down

0 comments on commit e307cba

Please sign in to comment.