Skip to content

Commit

Permalink
Bump commonmark from 0.18.0 to 0.18.1 in /prime-router
Browse files Browse the repository at this point in the history
Bumps [commonmark](https://github.com/commonmark/commonmark-java) from 0.18.0 to 0.18.1.
- [Release notes](https://github.com/commonmark/commonmark-java/releases)
- [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md)
- [Commits](commonmark/commonmark-java@commonmark-parent-0.18.0...commonmark-parent-0.18.1)

---
updated-dependencies:
- dependency-name: org.commonmark:commonmark
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 14, 2021
1 parent 66916bc commit cdc7471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prime-router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ dependencies {
implementation("com.zaxxer:HikariCP:5.0.0")
implementation("org.flywaydb:flyway-core:8.2.0")
implementation("com.github.kayr:fuzzy-csv:1.7.3")
implementation("org.commonmark:commonmark:0.18.0")
implementation("org.commonmark:commonmark:0.18.1")
implementation("com.google.guava:guava:31.0.1-jre")
implementation("com.helger.as2:as2-lib:4.8.0")
// Prevent mixed versions of these libs based on different versions being included by different packages
Expand Down

0 comments on commit cdc7471

Please sign in to comment.