diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-12 09:58:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 09:58:02 +0200 |
commit | 4548d1d929950c794b81cdad648bd2e0fd13a4e1 (patch) | |
tree | 0b82acd7420f047c8df05b30be4fc0b0c60f428c /integration-tests | |
parent | b616e2dde76b7424276b980785f08477815a52fd (diff) | |
download | dokka-4548d1d929950c794b81cdad648bd2e0fd13a4e1.tar.gz dokka-4548d1d929950c794b81cdad648bd2e0fd13a4e1.tar.bz2 dokka-4548d1d929950c794b81cdad648bd2e0fd13a4e1.zip |
Bump org.eclipse.jgit (#2018)
Bumps org.eclipse.jgit from 5.11.0.202103091610-r to 5.12.0.202106070339-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] <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.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/build.gradle.kts b/integration-tests/build.gradle.kts index 9bcaa791..45e16097 100644 --- a/integration-tests/build.gradle.kts +++ b/integration-tests/build.gradle.kts @@ -63,5 +63,5 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version") val jsoup_version: String by project implementation("org.jsoup:jsoup:$jsoup_version") - implementation("org.eclipse.jgit:org.eclipse.jgit:5.11.0.202103091610-r") + implementation("org.eclipse.jgit:org.eclipse.jgit:5.12.0.202106070339-r") } |