diff --git a/build.gradle b/build.gradle index da2c83d3..be44e4dc 100644 --- a/build.gradle +++ b/build.gradle @@ -151,8 +151,8 @@ dependencies { implementation 'io.micrometer:micrometer-core:1.12.4' implementation group: 'com.google.zxing', name: 'core', version: '3.5.3' // https://mvnrepository.com/artifact/org.commonmark/commonmark - implementation 'org.commonmark:commonmark:0.21.0' - implementation 'org.commonmark:commonmark-ext-gfm-tables:0.21.0' + implementation 'org.commonmark:commonmark:0.22.0' + implementation 'org.commonmark:commonmark-ext-gfm-tables:0.22.0' // https://mvnrepository.com/artifact/com.github.vladimir-bukhtoyarov/bucket4j-core implementation 'com.github.vladimir-bukhtoyarov:bucket4j-core:7.6.0'