From 4729347d45c5e8a000745fe9ac100272948b8bee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 19:55:57 +0000 Subject: [PATCH] Bump com.vladsch.flexmark:flexmark-all from 0.60.2 to 0.64.8 Bumps [com.vladsch.flexmark:flexmark-all](https://github.com/vsch/flexmark-java) from 0.60.2 to 0.64.8. - [Commits](https://github.com/vsch/flexmark-java/commits) --- updated-dependencies: - dependency-name: com.vladsch.flexmark:flexmark-all 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 033d41035..cbdd42aac 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,7 @@ dependencies { implementation "org.apache.pdfbox:pdfbox:2.0.23" implementation "org.apache.poi:poi:4.0.1" implementation "org.yaml:snakeyaml:2.2" - implementation 'com.vladsch.flexmark:flexmark-all:0.60.2' // for markdown to pdf conversion (sonarqube reports) + implementation 'com.vladsch.flexmark:flexmark-all:0.64.8' // for markdown to pdf conversion (sonarqube reports) implementation 'com.xlson.groovycsv:groovycsv:1.3' testImplementation "org.spockframework:spock-core:1.3-groovy-2.4"