diff --git a/build.gradle b/build.gradle index 76c0d2cefcb..0ebf42a254e 100644 --- a/build.gradle +++ b/build.gradle @@ -218,12 +218,15 @@ dependencies { } implementation 'org.fxmisc.flowless:flowless:0.7.2' implementation 'org.fxmisc.richtext:richtextfx:0.11.2' - implementation (group: 'com.dlsc.gemsfx', name: 'gemsfx', version: '2.8.0') { + implementation (group: 'com.dlsc.gemsfx', name: 'gemsfx', version: '2.9.0') { exclude module: 'javax.inject' // Split package, use only jakarta.inject exclude module: 'commons-lang3' exclude group: 'org.openjfx' exclude group: 'org.apache.logging.log4j' + exclude group: 'tech.units' } + // Required by gemsfx + implementation 'tech.units:indriya:2.2' implementation 'org.controlsfx:controlsfx:11.2.1'