diff --git a/build.gradle b/build.gradle index 1ea4b72..43f09d6 100644 --- a/build.gradle +++ b/build.gradle @@ -45,8 +45,8 @@ dependencies { implementation 'org.apache.commons:commons-csv:1.14.1' implementation 'io.vavr:vavr:0.10.4' implementation 'net.steppschuh.markdowngenerator:markdowngenerator:1.3.1.1' - implementation 'org.commonmark:commonmark:0.22.0' - implementation 'org.commonmark:commonmark-ext-gfm-tables:0.22.0' + implementation 'org.commonmark:commonmark:0.27.1' + implementation 'org.commonmark:commonmark-ext-gfm-tables:0.27.1' testImplementation 'org.mockito:mockito-core:5.11.0' testImplementation 'com.ginsberg:junit5-system-exit:1.1.2' compileOnly 'org.projectlombok:lombok:1.18.34'