Skip to content

Commit

Permalink
[deps]: Bump org.commonmark:commonmark from 0.19.0 to 0.21.0 (#2150)
Browse files Browse the repository at this point in the history
Bumps [org.commonmark:commonmark](https://github.com/commonmark/commonmark-java) from 0.19.0 to 0.21.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.19.0...commonmark-parent-0.21.0)

---
updated-dependencies:
- dependency-name: org.commonmark:commonmark
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 28, 2024
1 parent 287432d commit f40a0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javalin-rendering/pom.xml
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>org.commonmark</groupId>
<artifactId>commonmark</artifactId>
<version>0.19.0</version>
<version>0.21.0</version>
<optional>true</optional>
</dependency>
<!-- END OPTIONAL TEMPLATE ENGINES -->
Expand Down

0 comments on commit f40a0a4

Please sign in to comment.