From b8d9515cfc5e788bfc249569f5105bf6716c0ccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:36:17 +0100 Subject: [PATCH] chore(deps): [WPB-9777] bump commonmark from 0.22.0 to 0.24.0 (#3696) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 a8eb841305..b9c1055755 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -64,7 +64,7 @@ accompanist = "0.32.0" # adjusted to work with compose-destinations "1.9.54" material = "1.12.0" material3 = "1.3.1" coil = "2.7.0" -commonmark = "0.22.0" +commonmark = "0.24.0" # Countly countly = "24.7.5"