aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2022-10-20 21:26:44 +0000
committerGravatar vitalyster2022-10-21 08:24:45 +0300
commit6b2e37cdda2de242905552dbe29bad905857a343 (patch)
tree5012e5540cf5b19847321abd77bd215344e3dd8f /pom.xml
parent0ddc7937b5d77b5af6c13c68f56a5ec0b5c18ad5 (diff)
Bump commonmark.version from 0.19.0 to 0.20.0
Bumps `commonmark.version` from 0.19.0 to 0.20.0. Updates `commonmark` from 0.19.0 to 0.20.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.19.0...commonmark-parent-0.20.0) Updates `commonmark-ext-autolink` from 0.19.0 to 0.20.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.19.0...commonmark-parent-0.20.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>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6472351f..54b383e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<babbler.version>0.8.2</babbler.version>
- <commonmark.version>0.19.0</commonmark.version>
+ <commonmark.version>0.20.0</commonmark.version>
<jjwt.version>0.11.5</jjwt.version>
<rome.version>1.18.0</rome.version>
</properties>