Skip to content

Commit

Permalink
Use JGit 6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Oct 23, 2023
1 parent 1d71aa6 commit 839cc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {

// https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit
// JGit 6.0 and later requires Java 11 to run. JGit 5.13 contains a bug in `loadConfiguration()`.
implementation group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '6.6.0.202305301015-r'
implementation group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '6.7.0.202309050840-r'
}

application {
Expand Down

0 comments on commit 839cc93

Please sign in to comment.