From b6babfcf4b843d0b9299fb2d8a854a8cf92cd0b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 07:23:33 +0000 Subject: [PATCH] Bump commonmark from 0.18.0 to 0.19.0 Bumps [commonmark](https://github.com/commonmark/commonmark-java) from 0.18.0 to 0.19.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.18.0...commonmark-parent-0.19.0) --- updated-dependencies: - dependency-name: org.commonmark:commonmark dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b241e77..4abfc0c 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ configurations { } dependencies { - include group: 'org.commonmark', name: 'commonmark', version: '0.18.0' + include group: 'org.commonmark', name: 'commonmark', version: '0.19.0' include group: 'com.google.code.gson', name: 'gson', version: '2.8.8' include group: 'com.formdev', name: 'flatlaf', version: '1.5' include group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.9.1'