From c335789600a328f68e4c0addf6f0fcf795064e71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 22:24:20 +0000 Subject: [PATCH] Bump org.jetbrains:markdown from 0.7.7 to 0.7.8 Bumps [org.jetbrains:markdown](https://github.com/JetBrains/markdown) from 0.7.7 to 0.7.8. - [Changelog](https://github.com/JetBrains/markdown/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/markdown/commits) --- updated-dependencies: - dependency-name: org.jetbrains:markdown dependency-version: 0.7.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3667fd4d49..f57405ce1b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -55,7 +55,7 @@ kspVersion = "2.3.10" kotlinxCollectionsImmutable = "0.5.1" ktfmtVersion = "0.26.0" lifecycleVersion = "2.11.0" -markdownVersion = "0.7.7" +markdownVersion = "0.7.8" materialVersion = "1.14.0" material3Version = "1.9.0" mockitoBom = "5.23.0"