aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-10-21 21:25:59 +0000
committerGravatar vitalyster2024-10-21 22:14:16 -0700
commit0f4e9c8c94cb0e92e0253e165389e0cc95aac7b8 (patch)
tree4b924f4f7eb31b7b2a9a76008107e0a38b02e3d3
parent32952bb42009f611d7cc75ad01b02d6cec06846a (diff)
build(deps): bump commonmark.version from 0.23.0 to 0.24.0
Bumps `commonmark.version` from 0.23.0 to 0.24.0. Updates `org.commonmark:commonmark` from 0.23.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.23.0...commonmark-parent-0.24.0) Updates `org.commonmark:commonmark-ext-autolink` from 0.23.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.23.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-autolink dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 9ea7c1d6..4d4e6dd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<babbler.version>0ecd48781b</babbler.version>
- <commonmark.version>0.23.0</commonmark.version>
+ <commonmark.version>0.24.0</commonmark.version>
<jjwt.version>0.12.6</jjwt.version>
<rome.version>2.1.0</rome.version>
<org.mapstruct.version>1.6.2</org.mapstruct.version>