diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-06 15:45:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-06 15:45:25 +0200 |
commit | cd071a5e07c8202c66db2e077ea43bea76d55511 (patch) | |
tree | 92521ce567712085748acb5411be645e196dd0ef /integration-tests | |
parent | b7011e857a0a8c110791d2109458fe9fd7fdaaab (diff) | |
download | dokka-cd071a5e07c8202c66db2e077ea43bea76d55511.tar.gz dokka-cd071a5e07c8202c66db2e077ea43bea76d55511.tar.bz2 dokka-cd071a5e07c8202c66db2e077ea43bea76d55511.zip |
Bump jsoup from 1.12.1 to 1.13.1 (#1783)
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 d32f752c..7bc1976f 100644 --- a/integration-tests/build.gradle.kts +++ b/integration-tests/build.gradle.kts @@ -61,6 +61,6 @@ dependencies { api(project(":test-utils")) val coroutines_version: String by project implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version") - implementation("org.jsoup:jsoup:1.12.1") + implementation("org.jsoup:jsoup:1.13.1") implementation("org.eclipse.jgit:org.eclipse.jgit:5.11.0.202103091610-r") } |