diff --git a/app/src/test/kotlin/com/wire/android/ui/markdown/MarkdownHelperTest.kt b/app/src/test/kotlin/com/wire/android/ui/markdown/MarkdownHelperTest.kt index 9cf154b67eb..24101d567de 100644 --- a/app/src/test/kotlin/com/wire/android/ui/markdown/MarkdownHelperTest.kt +++ b/app/src/test/kotlin/com/wire/android/ui/markdown/MarkdownHelperTest.kt @@ -254,7 +254,7 @@ class MarkdownHelperTest { @Test fun `given strikethrough node, when toContent is called, then it should return Inline Strikethrough`() { - val strikethroughNode = Strikethrough() + val strikethroughNode = Strikethrough(null) strikethroughNode.appendChild(Text("strikethrough text")) val result = strikethroughNode.toContent() diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fd8eddea361..7a4eb4a4699 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -60,7 +60,7 @@ hilt-work = "1.2.0" accompanist = "0.32.0" # adjusted to work with compose-destinations "1.9.54" material = "1.11.0" coil = "2.6.0" -commonmark = "0.21.0" +commonmark = "0.22.0" # RSS rss-parser = "6.0.7"