@@ -11,31 +11,31 @@ plugins {
1111
1212dependencies {
1313 // ControlsFX
14- implementation(' org.controlsfx:controlsfx:11.1.2 ' ) {
14+ implementation(' org.controlsfx:controlsfx:11.2.1 ' ) {
1515 exclude group : ' org.openjfx' , module : ' *'
1616 }
1717
1818 // Math
1919 implementation ' com.udojava:EvalEx:2.7'
20- implementation ' com.ibm.icu:icu4j:73.2 '
20+ implementation ' com.ibm.icu:icu4j:74.1 '
2121
2222 // Apache POI
23- implementation ' org.apache.poi:poi-ooxml:4.0.1 '
23+ implementation ' org.apache.poi:poi-ooxml:5.2.5 '
2424
2525 // Jasperreports
26- implementation ' net.sf.jasperreports:jasperreports:6.16.0 '
27- implementation ' net.sf.jasperreports:jasperreports-fonts:6.16.0 '
28- implementation ' com.lowagie:itext:2.1.7'
26+ implementation ' net.sf.jasperreports:jasperreports:6.21.3 '
27+ implementation ' net.sf.jasperreports:jasperreports-fonts:6.21.3 '
28+ // implementation 'com.lowagie:itext:2.1.7'
2929
3030 // JAXB and XML Diff
3131 implementation ' org.xmlunit:xmlunit-core:2.8.1'
3232 implementation ' jakarta.xml.bind:jakarta.xml.bind-api:2.3.3'
3333 implementation ' org.glassfish.jaxb:jaxb-runtime:2.3.3'
34- implementation ' org.junit.jupiter:junit-jupiter:5.7.0 '
34+ implementation ' org.junit.jupiter:junit-jupiter:5.10.2 '
3535
3636 // test dependencies
37- testImplementation(" org.junit.jupiter:junit-jupiter:5.7.2 " )
38- testImplementation ' de.sandec:JMemoryBuddy:0.5.1 '
37+ testImplementation(' org.junit.jupiter:junit-jupiter:5.10.2 ' )
38+ testImplementation ' de.sandec:JMemoryBuddy:0.5.3-TEST2 '
3939}
4040
4141repositories {
@@ -79,15 +79,15 @@ configurations.testXjcCatalogResolution {
7979} */
8080
8181javafx {
82- version = ' 17 ' // '16' // '14.0.2.1'
82+ version = ' 22.0.1 ' // '16' // '14.0.2.1'
8383 modules = [' javafx.base' , ' javafx.graphics' , ' javafx.controls' ]
8484}
8585
8686xjc {
8787 // srcDirName = 'src/main/resources'
8888}
8989
90- version = ' 21.07.29 '
90+ version = ' 24.04.24 '
9191def company = ' My Company'
9292
9393mainClassName = " com.example.hellofx.Launcher"
0 commit comments