| | |
| | dependencies { |
| | - def v_junit = '5.10.3' |
| | + def v_junit = '5.11.4' |
| | def v_flexmark = '0.64.8' |
| | - def v_jackson = '2.17.2' |
| | - def v_echosvg = '1.2' |
| | + def v_jackson = '2.17.3' |
| | + def v_echosvg = '1.2.3' |
| | def v_picocli = '4.7.6' |
| | |
| | // JavaFX |
| | implementation 'org.controlsfx:controlsfx:11.2.1' |
| | - implementation 'org.fxmisc.richtext:richtextfx:0.11.3' |
| | + implementation 'org.fxmisc.richtext:richtextfx:0.11.4' |
| | implementation 'org.fxmisc.flowless:flowless:0.7.3' |
| | implementation 'org.fxmisc.wellbehaved:wellbehavedfx:0.3.3' |
| | implementation 'com.dlsc.preferencesfx:preferencesfx-core:11.17.0' |
| | - implementation 'com.panemu:tiwulfx-dock:0.3' |
| | + implementation 'com.panemu:tiwulfx-dock:0.5' |
| | |
| | // Markdown |
 |
| | |
| | // YAML |
| | - implementation 'org.yaml:snakeyaml:2.2' |
| | + implementation 'org.yaml:snakeyaml:2.3' |
| | implementation "com.fasterxml.jackson.core:jackson-core:${v_jackson}" |
| | implementation "com.fasterxml.jackson.core:jackson-databind:${v_jackson}" |
| | implementation "com.fasterxml.jackson.core:jackson-annotations:${v_jackson}" |
| | implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:${v_jackson}" |
| | |
| | // HTML parsing and rendering |
| | - implementation 'org.jsoup:jsoup:1.18.1' |
| | + implementation 'org.jsoup:jsoup:1.18.3' |
| | implementation 'org.xhtmlrenderer:flying-saucer-core:9.9.0' |
| | |
| | // R |
| | - implementation 'org.apache.commons:commons-compress:1.26.1' |
| | - implementation 'org.codehaus.plexus:plexus-utils:4.0.1' |
| | + implementation 'org.apache.commons:commons-compress:1.27.1' |
| | + implementation 'org.codehaus.plexus:plexus-utils:4.0.2' |
| | implementation 'org.renjin:renjin-script-engine:3.5-beta76' |
| | implementation 'org.renjin.cran:rjson:0.2.15-renjin-21' |