Skip to content

Commit

Permalink
chore(deps): bump commonmark from 0.21.0 to 0.22.0 (#2932)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oussama Hassine <[email protected]>
Co-authored-by: Yamil Medina <[email protected]>
  • Loading branch information
3 people authored Apr 25, 2024
1 parent de5104b commit e0d9134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e0d9134

Please sign in to comment.