aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-03-19 03:25:51 +0000
committerGravatar vitalyster2024-03-19 06:48:27 +0300
commite93941cbe41383963a007b32710c400b68051c27 (patch)
tree83d008480649671a9cd6a87fe4cfd3cdcfac1ac4
parent3db7c87656cf595589b21f4f6fa07e88f5045fd6 (diff)
build(deps): bump commonmark.version from 0.21.0 to 0.22.0
Bumps `commonmark.version` from 0.21.0 to 0.22.0. Updates `org.commonmark:commonmark` from 0.21.0 to 0.22.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.21.0...commonmark-parent-0.22.0) Updates `org.commonmark:commonmark-ext-autolink` from 0.21.0 to 0.22.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.21.0...commonmark-parent-0.22.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 c82d04be..bc7655fa 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.21.0</commonmark.version>
+ <commonmark.version>0.22.0</commonmark.version>
<jjwt.version>0.12.5</jjwt.version>
<rome.version>2.1.0</rome.version>
</properties>