Skip to content

Commit

Permalink
Bump com.vladsch.flexmark:flexmark-ext-gfm-strikethrough
Browse files Browse the repository at this point in the history
Bumps [com.vladsch.flexmark:flexmark-ext-gfm-strikethrough](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-ext-gfm-strikethrough
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent eccb987 commit f6a38f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies {

//FlexMark
implementation group: 'com.vladsch.flexmark', name: 'flexmark', version: '0.62.2'
implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-gfm-strikethrough', version: '0.62.2'
implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-gfm-strikethrough', version: '0.64.8'
implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-tables', version: '0.62.2'
implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-gfm-tasklist', version: '0.62.2'

Expand Down

0 comments on commit f6a38f6

Please sign in to comment.