| 18 | 18 | id 'org.openjfx.javafxplugin' version '0.1.0' |
| 19 | 19 | id 'com.palantir.git-version' version '3.0.0' |
| 20 | | id 'com.github.spotbugs' version '6.0.6' |
| 20 | id 'com.github.spotbugs' version '6.0.9' |
| 21 | 21 | } |
| 22 | 22 | |
| ... |
| 89 | 89 | |
| 90 | 90 | dependencies { |
| 91 | | def v_junit = '5.10.1' |
| 91 | def v_junit = '5.10.2' |
| 92 | 92 | def v_flexmark = '0.64.8' |
| 93 | | def v_jackson = '2.16.1' |
| 93 | def v_jackson = '2.17.0' |
| 94 | 94 | def v_echosvg = '1.0.1' |
| 95 | 95 | def v_picocli = '4.7.5' |
| ... |
| 120 | 120 | // HTML parsing and rendering |
| 121 | 121 | implementation 'org.jsoup:jsoup:1.17.1' |
| 122 | | implementation 'org.xhtmlrenderer:flying-saucer-core:9.3.1' |
| 122 | implementation 'org.xhtmlrenderer:flying-saucer-core:9.7.1' |
| 123 | 123 | |
| 124 | 124 | // R |
| 125 | | implementation 'org.apache.commons:commons-compress:1.25.0' |
| 125 | implementation 'org.apache.commons:commons-compress:1.26.1' |
| 126 | 126 | implementation 'org.codehaus.plexus:plexus-utils:4.0.0' |
| 127 | 127 | implementation 'org.renjin:renjin-script-engine:3.5-beta76' |
| ... |
| 165 | 165 | testImplementation "org.junit.jupiter:junit-jupiter-api:${v_junit}" |
| 166 | 166 | testImplementation "org.junit.jupiter:junit-jupiter-params:${v_junit}" |
| 167 | | testImplementation 'org.testfx:testfx-junit5:4.0.17' |
| 168 | | testImplementation 'org.assertj:assertj-core:3.25.1' |
| 167 | testImplementation 'org.testfx:testfx-junit5:4.0.18' |
| 168 | testImplementation 'org.assertj:assertj-core:3.25.3' |
| 169 | 169 | testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' |
| 170 | 170 | } |