Skip to content

Commit 88adb9c

Browse files
authored
Update build.gradle
1 parent 2398a4e commit 88adb9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/saas/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ dependencies {
88

99
// Markdown -> HTML for rendering versioned legal documents (agreement) to PDF via the
1010
// 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"
11+
implementation "org.commonmark:commonmark:${libs.versions.commonmark.get()}"
12+
implementation "org.commonmark:commonmark-ext-gfm-tables:${libs.versions.commonmark.get()}"
1313

1414
api 'org.springframework.boot:spring-boot-starter-security'
1515
api 'org.springframework.boot:spring-boot-starter-data-jpa'

0 commit comments

Comments
 (0)