Skip to content

Commit 4d2a25b

Browse files
refactor: update some dependencies
1 parent b6ecaaa commit 4d2a25b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44

55
plugins {
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

1212
dependencies {
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'

0 commit comments

Comments
 (0)