From 7f4afbad525a701bd02753131161269f5ab15aaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:18:06 +0000 Subject: [PATCH] chore(deps): [WPB-9777] bump commonmark from 0.22.0 to 0.24.0 Bumps `commonmark` from 0.22.0 to 0.24.0. Updates `org.commonmark:commonmark` from 0.22.0 to 0.24.0 - [Release notes](https://github.com/commonmark/commonmark-java/releases) - [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.22.0...commonmark-parent-0.24.0) Updates `org.commonmark:commonmark-ext-gfm-strikethrough` from 0.22.0 to 0.24.0 - [Release notes](https://github.com/commonmark/commonmark-java/releases) - [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.22.0...commonmark-parent-0.24.0) Updates `org.commonmark:commonmark-ext-gfm-tables` from 0.22.0 to 0.24.0 - [Release notes](https://github.com/commonmark/commonmark-java/releases) - [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.22.0...commonmark-parent-0.24.0) --- updated-dependencies: - dependency-name: org.commonmark:commonmark dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.commonmark:commonmark-ext-gfm-strikethrough dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.commonmark:commonmark-ext-gfm-tables dependency-type: direct:production update-type: version-update:semver-minor ... 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 e4300ac1f5..650b1acd4d 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"