From 5511ac64d0e1f994214b84cfa28bb6bd2fb4e441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 07:17:47 +0000 Subject: [PATCH] Bump commonmark from 0.18.0 to 0.18.2 Bumps [commonmark](https://github.com/commonmark/commonmark-java) from 0.18.0 to 0.18.2. - [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.18.2) --- updated-dependencies: - dependency-name: org.commonmark:commonmark dependency-type: direct:production update-type: version-update:semver-patch ... 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..90b0ed0 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.18.2' 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'