Quellcode durchsuchen

Bump markwonVersion from 4.1.2 to 4.2.0

Bumps `markwonVersion` from 4.1.2 to 4.2.0.

Updates `core` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.1.2...v4.2.0)

Updates `ext-strikethrough` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.1.2...v4.2.0)

Updates `ext-tables` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.1.2...v4.2.0)

Updates `ext-tasklist` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.1.2...v4.2.0)

Updates `html` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.1.2...v4.2.0)

Updates `syntax-highlight` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.1.2...v4.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] vor 5 Jahren
Ursprung
Commit
b6d682683c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -58,7 +58,7 @@ configurations {
 ext {
     jacocoVersion = "0.8.2"
     daggerVersion = "2.25.2"
-    markwonVersion =  "4.1.2"
+    markwonVersion =  "4.2.0"
     prismVersion = "2.0.0"
     androidLibraryVersion = "master-SNAPSHOT"