aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-02 18:06:14 +0200
committerGitHub <noreply@github.com>2021-04-02 18:06:14 +0200
commit3484f6ee73ec6ff7e885567aadd0fa44f573fa6e (patch)
tree43c684d618a00ca698cf4bf0458cd338cc906452
parentf9ac1000d75878a3a46b0979af2bd502f59de778 (diff)
downloaddokka-3484f6ee73ec6ff7e885567aadd0fa44f573fa6e.tar.gz
dokka-3484f6ee73ec6ff7e885567aadd0fa44f573fa6e.tar.bz2
dokka-3484f6ee73ec6ff7e885567aadd0fa44f573fa6e.zip
Bump markdown from 0.2.0 to 0.2.1 (#1806)
Bumps [markdown](https://github.com/JetBrains/markdown) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/JetBrains/markdown/releases) - [Commits](https://github.com/JetBrains/markdown/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--core/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/build.gradle.kts b/core/build.gradle.kts
index e64224de..138c77a7 100644
--- a/core/build.gradle.kts
+++ b/core/build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
}
dependencies {
- api("org.jetbrains:markdown:0.2.0")
+ api("org.jetbrains:markdown:0.2.1")
implementation(kotlin("reflect"))
implementation("org.jsoup:jsoup:1.12.1")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.11.1")