aboutsummaryrefslogtreecommitdiff
path: root/integration-tests
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-17 11:55:46 +0100
committerGitHub <noreply@github.com>2021-03-17 11:55:46 +0100
commit3c6473ee861148a2b2fdb7012c898cbffdaf44f9 (patch)
tree2f5eea5256078215513c83d77a1c5f708f23869c /integration-tests
parent7a9d5015018ae542579b058c0ad6fc209e56152c (diff)
downloaddokka-3c6473ee861148a2b2fdb7012c898cbffdaf44f9.tar.gz
dokka-3c6473ee861148a2b2fdb7012c898cbffdaf44f9.tar.bz2
dokka-3c6473ee861148a2b2fdb7012c898cbffdaf44f9.zip
Bump org.eclipse.jgit from 5.9.0.202009080501-r to 5.11.0.202103091610-r (#1782)
Bumps org.eclipse.jgit from 5.9.0.202009080501-r to 5.11.0.202103091610-r. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'integration-tests')
-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")
}