Skip to content

Commit

Permalink
Bump org.eclipse.jgit:org.eclipse.jgit
Browse files Browse the repository at this point in the history
Bumps org.eclipse.jgit:org.eclipse.jgit from 5.13.2.202306221912-r to 6.8.0.202311291450-r.

---
updated-dependencies:
- dependency-name: org.eclipse.jgit:org.eclipse.jgit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent 87921c0 commit 4071eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ dependencies {
implementation("com.itsaky.androidide:tree-sitter-java:3.4.0")
implementation("io.github.itsaky:nb-javac-android:17.0.0.3")

implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.2.202306221912-r")
implementation("org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r")
implementation("com.github.sya-ri:kgit:1.0.5")

// markwon
Expand Down
2 changes: 1 addition & 1 deletion jgit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
}

dependencies {
implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.2.202306221912-r")
implementation("org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r")
implementation("org.eclipse.jgit:org.eclipse.jgit.pgm:6.6.0.202305301015-r") {
exclude("net.java.dev.jna", "jna-platform")
exclude("net.java.dev.jna", "jna")
Expand Down

0 comments on commit 4071eaf

Please sign in to comment.