aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-09-16 21:39:25 +0000
committerGravatar vitalyster2024-09-21 19:22:37 +0300
commite3301ac372c158cefc39abef5b9b2f221aac57ab (patch)
tree2e079f4bef31470e9930fdd61f48450899a0f631
parent17aa8bfc9c7fb2124bfd3f3840a898ea21d57dff (diff)
build(deps): bump commonmark.version from 0.22.0 to 0.23.0
Bumps `commonmark.version` from 0.22.0 to 0.23.0. Updates `org.commonmark:commonmark` from 0.22.0 to 0.23.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.23.0) Updates `org.commonmark:commonmark-ext-autolink` from 0.22.0 to 0.23.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.23.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 4ab3e7ed..cc96b644 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.22.0</commonmark.version>
+ <commonmark.version>0.23.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>