File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55plugins {
66 id ' application'
7- id ' org.openjfx.javafxplugin' version ' 0.0.10 '
8- id ' org.beryx.runtime' version ' 1.12.5 '
7+ id ' org.openjfx.javafxplugin' version ' 0.0.14 '
8+ id ' org.beryx.runtime' version ' 1.12.7 '
99 id ' org.unbroken-dome.xjc' version ' 2.0.0'
1010}
1111
1212dependencies {
1313 // ControlsFX
14- implementation (' org.controlsfx:controlsfx:11.1.0 ' ) {
15- // exclude group: 'org.openjfx', module: '*'
14+ implementation(' org.controlsfx:controlsfx:11.1.2 ' ) {
15+ exclude group : ' org.openjfx' , module : ' *'
1616 }
1717
1818 // Math
19- implementation ' com.udojava:EvalEx:2.4 '
20- implementation ' com.ibm.icu:icu4j:65.1 '
19+ implementation ' com.udojava:EvalEx:2.7 '
20+ implementation ' com.ibm.icu:icu4j:73.2 '
2121
2222 // Apache POI
2323 implementation ' org.apache.poi:poi-ooxml:4.0.1'
You can’t perform that action at this time.
0 commit comments