Skip to content

Commit 871b708

Browse files
chore(deps): bump org.commonmark:commonmark
Bumps [org.commonmark:commonmark](https://github.com/commonmark/commonmark-java) from 0.27.1 to 0.28.0. - [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.27.1...commonmark-parent-0.28.0) --- updated-dependencies: - dependency-name: org.commonmark:commonmark dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 367995f commit 871b708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugins/ef-querylens-rider/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
}
2727
}
2828
// CommonMark spec-compliant Markdown to HTML (replaces custom regex conversion)
29-
implementation("org.commonmark:commonmark:0.27.1")
29+
implementation("org.commonmark:commonmark:0.28.0")
3030
}
3131

3232
val bundledRuntimeOutputDir = layout.buildDirectory.dir("generated/querylens-runtime")

0 commit comments

Comments
 (0)