Skip to content

Commit

Permalink
Bump com.vladsch.flexmark:flexmark from 0.62.2 to 0.64.8
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Sep 30, 2023
1 parent a0eace5 commit 4e299df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ dependencies {
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.15.2'

//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-tables', version: '0.62.2'
implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-gfm-tasklist', version: '0.62.2'
implementation group: 'com.vladsch.flexmark', name: 'flexmark', version: '0.64.8'
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.64.8'
implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-gfm-tasklist', version: '0.64.8'

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

0 comments on commit 4e299df

Please sign in to comment.