From 36dc9e12adba3bd7fc6df44b2d9b639ab471b42b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 12:08:46 +0000 Subject: [PATCH] Bump org.eclipse.jgit from 6.1.0.202203080745-r to 6.3.0.202209071007-r Bumps org.eclipse.jgit from 6.1.0.202203080745-r to 6.3.0.202209071007-r. --- updated-dependencies: - dependency-name: org.eclipse.jgit:org.eclipse.jgit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 34fa6539..552b82af 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,7 +44,7 @@ dependencies { implementation("org.xerial:sqlite-jdbc:3.36.0.3") implementation("org.jetbrains.exposed:exposed:0.17.14") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2") - implementation("org.eclipse.jgit:org.eclipse.jgit:6.1.0.202203080745-r") + implementation("org.eclipse.jgit:org.eclipse.jgit:6.3.0.202209071007-r") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1-native-mt") implementation("jaxen:jaxen:1.2.0") implementation("org.apache.commons:commons-text:1.9")