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 /plugins/all-modules-page | |
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 'plugins/all-modules-page')
-rw-r--r-- | plugins/all-modules-page/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/all-modules-page/build.gradle.kts b/plugins/all-modules-page/build.gradle.kts index 0fe46579..dd423949 100644 --- a/plugins/all-modules-page/build.gradle.kts +++ b/plugins/all-modules-page/build.gradle.kts @@ -20,5 +20,5 @@ dependencies { val kotlinx_html_version: String by project implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:$kotlinx_html_version") - implementation("org.jsoup:jsoup:1.12.1") + implementation("org.jsoup:jsoup:1.13.1") }
\ No newline at end of file |