Parcourir la source

Bump markwonVersion from 4.2.2 to 4.3.0

Bumps `markwonVersion` from 4.2.2 to 4.3.0.

Updates `core` from 4.2.2 to 4.3.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.2.2...v4.3.0)

Updates `ext-strikethrough` from 4.2.2 to 4.3.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.2.2...v4.3.0)

Updates `ext-tables` from 4.2.2 to 4.3.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.2.2...v4.3.0)

Updates `ext-tasklist` from 4.2.2 to 4.3.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.2.2...v4.3.0)

Updates `html` from 4.2.2 to 4.3.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.2.2...v4.3.0)

Updates `syntax-highlight` from 4.2.2 to 4.3.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.2.2...v4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] il y a 5 ans
Parent
commit
9a1dd92e5d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -61,7 +61,7 @@ configurations {
 ext {
     jacocoVersion = "0.8.2"
     daggerVersion = "2.27"
-    markwonVersion =  "4.2.2"
+    markwonVersion =  "4.3.0"
     prismVersion = "2.0.0"
     androidLibraryVersion = "master-SNAPSHOT"