diff options
author | dependabot[bot] | 2024-10-21 21:25:59 +0000 |
---|---|---|
committer | vitalyster | 2024-10-21 22:14:16 -0700 |
commit | 0f4e9c8c94cb0e92e0253e165389e0cc95aac7b8 (patch) | |
tree | 4b924f4f7eb31b7b2a9a76008107e0a38b02e3d3 | |
parent | 32952bb42009f611d7cc75ad01b02d6cec06846a (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |