diff --git a/app/build.gradle b/app/build.gradle index d21ff29..b88fb21 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,7 +70,7 @@ dependencies { implementation("com.allenliu.badgeview:library:1.1.1") implementation("androidx.webkit:webkit:1.10.0") - implementation("org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r") + implementation("org.eclipse.jgit:org.eclipse.jgit:6.10.1.202505221210-r") implementation("com.google.code.gson:gson:2.10.1") implementation("androidx.activity:activity:1.9.0-alpha03") implementation("androidx.appcompat:appcompat:1.7.0-alpha03") diff --git a/jgit/build.gradle b/jgit/build.gradle index 118c885..12ea669 100644 --- a/jgit/build.gradle +++ b/jgit/build.gradle @@ -27,5 +27,5 @@ dependencies { implementation "androidx.appcompat:appcompat:1.7.0-alpha03" implementation "androidx.constraintlayout:constraintlayout:2.1.4" implementation "com.google.android.material:material:1.12.0-alpha03" - implementation("org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r") + implementation("org.eclipse.jgit:org.eclipse.jgit:6.10.1.202505221210-r") }