From 3c6473ee861148a2b2fdb7012c898cbffdaf44f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 11:55:46 +0100 Subject: 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- integration-tests/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") } -- cgit