From 3484f6ee73ec6ff7e885567aadd0fa44f573fa6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Apr 2021 18:06:14 +0200 Subject: 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit