Skip to content

Commit 4e299df

Browse files
Bump com.vladsch.flexmark:flexmark from 0.62.2 to 0.64.8
Bumps [com.vladsch.flexmark:flexmark](https://github.com/vsch/flexmark-java) from 0.62.2 to 0.64.8. - [Commits](https://github.com/vsch/flexmark-java/commits) --- updated-dependencies: - dependency-name: com.vladsch.flexmark:flexmark dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a0eace5 commit 4e299df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ dependencies {
7878
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.15.2'
7979

8080
//FlexMark
81-
implementation group: 'com.vladsch.flexmark', name: 'flexmark', version: '0.62.2'
82-
implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-gfm-strikethrough', version: '0.62.2'
83-
implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-tables', version: '0.62.2'
84-
implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-gfm-tasklist', version: '0.62.2'
81+
implementation group: 'com.vladsch.flexmark', name: 'flexmark', version: '0.64.8'
82+
implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-gfm-strikethrough', version: '0.64.8'
83+
implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-tables', version: '0.64.8'
84+
implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-gfm-tasklist', version: '0.64.8'
8585

8686
// Protobuf
8787
implementation group: 'com.google.protobuf', name: 'protobuf-kotlin-lite', version: '3.24.3'

0 commit comments

Comments
 (0)