There was an error while loading. Please reload this page.
1 parent 2398a4e commit 88adb9cCopy full SHA for 88adb9c
1 file changed
app/saas/build.gradle
@@ -8,8 +8,8 @@ dependencies {
8
9
// Markdown -> HTML for rendering versioned legal documents (agreement) to PDF via the
10
// shared FileToPdf/WeasyPrint path in :common. Same library the core Markdown-to-PDF tool uses.
11
- implementation "org.commonmark:commonmark:$commonmarkVersion"
12
- implementation "org.commonmark:commonmark-ext-gfm-tables:$commonmarkVersion"
+ implementation "org.commonmark:commonmark:${libs.versions.commonmark.get()}"
+ implementation "org.commonmark:commonmark-ext-gfm-tables:${libs.versions.commonmark.get()}"
13
14
api 'org.springframework.boot:spring-boot-starter-security'
15
api 'org.springframework.boot:spring-boot-starter-data-jpa'
0 commit comments