| | id 'org.openjfx.javafxplugin' version '0.1.0' |
| | id 'com.palantir.git-version' version '3.0.0' |
| | - id 'com.github.spotbugs' version '6.0.6' |
| | + id 'com.github.spotbugs' version '6.0.9' |
| | } |
| | |
 |
| | |
| | dependencies { |
| | - def v_junit = '5.10.1' |
| | + def v_junit = '5.10.2' |
| | def v_flexmark = '0.64.8' |
| | - def v_jackson = '2.16.1' |
| | + def v_jackson = '2.17.0' |
| | def v_echosvg = '1.0.1' |
| | def v_picocli = '4.7.5' |
 |
| | // HTML parsing and rendering |
| | implementation 'org.jsoup:jsoup:1.17.1' |
| | - implementation 'org.xhtmlrenderer:flying-saucer-core:9.3.1' |
| | + implementation 'org.xhtmlrenderer:flying-saucer-core:9.7.1' |
| | |
| | // R |
| | - implementation 'org.apache.commons:commons-compress:1.25.0' |
| | + implementation 'org.apache.commons:commons-compress:1.26.1' |
| | implementation 'org.codehaus.plexus:plexus-utils:4.0.0' |
| | implementation 'org.renjin:renjin-script-engine:3.5-beta76' |
 |
| | testImplementation "org.junit.jupiter:junit-jupiter-api:${v_junit}" |
| | testImplementation "org.junit.jupiter:junit-jupiter-params:${v_junit}" |
| | - testImplementation 'org.testfx:testfx-junit5:4.0.17' |
| | - testImplementation 'org.assertj:assertj-core:3.25.1' |
| | + testImplementation 'org.testfx:testfx-junit5:4.0.18' |
| | + testImplementation 'org.assertj:assertj-core:3.25.3' |
| | testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' |
| | } |