Skip to content

Commit

Permalink
Bump commonmark.version from 0.22.0 to 0.23.0
Browse files Browse the repository at this point in the history
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](commonmark/commonmark-java@commonmark-parent-0.22.0...commonmark-parent-0.23.0)

Updates `org.commonmark:commonmark-ext-heading-anchor` 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](commonmark/commonmark-java@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-heading-anchor
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent 785e84c commit 979b823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<!-- Third-party dependencies. -->
<io7m.org.immutables.version>2.10.1</io7m.org.immutables.version>
<commonmark.version>0.22.0</commonmark.version>
<commonmark.version>0.23.0</commonmark.version>
<junit.version>5.11.0</junit.version>
</properties>

Expand Down

0 comments on commit 979b823

Please sign in to comment.