Skip to content

Commit

Permalink
Merge pull request #100 from VariantSync/dependabot/maven/org.eclipse…
Browse files Browse the repository at this point in the history
….jgit-org.eclipse.jgit-6.7.0.202309050840-r

build(deps): bump org.eclipse.jgit:org.eclipse.jgit from 6.4.0.202211300538-r to 6.7.0.202309050840-r
  • Loading branch information
ibbem authored Sep 21, 2023
2 parents f104bdb + d88cc7a commit e439a67
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pkgs.stdenv.mkDerivation rec {
dontConfigure = true;
outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = "sha256-gmbyhqgMMZxt3+7ov/Zgm1EGdZBhn4WfAj8yphhg2CA=";
outputHash = "sha256-qIKFqNwooJ0iqzkv6TTS5GM4bA6iYkVa35zqE+q5izY=";
};

buildPhase = ''
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>6.4.0.202211300538-r</version>
<version>6.7.0.202309050840-r</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,9 @@ public void endTask() {
public boolean isCancelled() {
return false;
}

@Override
public void showDuration(boolean enabled) {

}
}

0 comments on commit e439a67

Please sign in to comment.