From 23bff449095f888162b1cc210ff852a42f4d68bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 08:25:23 +0000 Subject: [PATCH] chore(deps): bump com.mikepenz:multiplatform-markdown-renderer Bumps [com.mikepenz:multiplatform-markdown-renderer](https://github.com/mikepenz/multiplatform-markdown-renderer) from 0.41.0 to 0.42.0. - [Release notes](https://github.com/mikepenz/multiplatform-markdown-renderer/releases) - [Changelog](https://github.com/mikepenz/multiplatform-markdown-renderer/blob/develop/CHANGELOG.md) - [Commits](https://github.com/mikepenz/multiplatform-markdown-renderer/compare/v0.41.0...v0.42.0) --- updated-dependencies: - dependency-name: com.mikepenz:multiplatform-markdown-renderer dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ui/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/build.gradle.kts b/ui/build.gradle.kts index 330431b..51193c4 100644 --- a/ui/build.gradle.kts +++ b/ui/build.gradle.kts @@ -64,8 +64,8 @@ kotlin { implementation("org.jetbrains.compose.material:material-icons-extended:1.7.3") // 0.43.0 requires compileSdk 37. Keep the renderer on the newest // release that remains compatible with this project's SDK 36 toolchain. - implementation("com.mikepenz:multiplatform-markdown-renderer:0.41.0") - implementation("com.mikepenz:multiplatform-markdown-renderer-m3:0.41.0") + implementation("com.mikepenz:multiplatform-markdown-renderer:0.42.0") + implementation("com.mikepenz:multiplatform-markdown-renderer-m3:0.42.0") implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0") implementation("com.fleeksoft.ksoup:ksoup:0.2.6") implementation(libs.kotlinx.serialization.json)