Skip to content

Commit

Permalink
deps: Update jgit 6.6 to 6.7
Browse files Browse the repository at this point in the history
from 6.6.0.202305301015-r to 6.7.0.202309050840-r
  • Loading branch information
kevinah95 committed Nov 23, 2023
1 parent cd497f3 commit 6f2069f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.0")

// For JGit
implementation("org.eclipse.jgit:org.eclipse.jgit:6.6.0.202305301015-r")
implementation("org.eclipse.jgit:org.eclipse.jgit.archive:6.6.0.202305301015-r")
implementation("org.eclipse.jgit:org.eclipse.jgit.ssh.jsch:6.6.0.202305301015-r")
implementation("org.eclipse.jgit:org.eclipse.jgit.ssh.apache:6.5.0.202303070854-r")
implementation("org.eclipse.jgit:org.eclipse.jgit:6.7.0.202309050840-r")
implementation("org.eclipse.jgit:org.eclipse.jgit.archive:6.7.0.202309050840-r")
implementation("org.eclipse.jgit:org.eclipse.jgit.ssh.jsch:6.7.0.202309050840-r")
implementation("org.eclipse.jgit:org.eclipse.jgit.ssh.apache:6.7.0.202309050840-r")
implementation("commons-io:commons-io:2.13.0")

// Coroutines
Expand Down

0 comments on commit 6f2069f

Please sign in to comment.