diff --git a/build.gradle b/build.gradle index b91a199..6c7f466 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-webmvc' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' - implementation 'org.commonmark:commonmark:0.28.0' + implementation 'org.commonmark:commonmark:0.29.0' implementation 'org.apache.commons:commons-lang3:3.20.0' runtimeOnly 'org.postgresql:postgresql' testImplementation 'org.springframework.boot:spring-boot-starter-test'