aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--integration-tests/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/build.gradle.kts b/integration-tests/build.gradle.kts
index f0a534e9..d32f752c 100644
--- a/integration-tests/build.gradle.kts
+++ b/integration-tests/build.gradle.kts
@@ -62,5 +62,5 @@ dependencies {
val coroutines_version: String by project
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version")
implementation("org.jsoup:jsoup:1.12.1")
- implementation("org.eclipse.jgit:org.eclipse.jgit:5.9.0.202009080501-r")
+ implementation("org.eclipse.jgit:org.eclipse.jgit:5.11.0.202103091610-r")
}