diff --git a/app/core/build.gradle b/app/core/build.gradle index 745dbb87a..601ac259e 100644 --- a/app/core/build.gradle +++ b/app/core/build.gradle @@ -30,8 +30,8 @@ dependencies { || (project.hasProperty('STIRLING_PDF_DESKTOP_UI') && project.getProperty('STIRLING_PDF_DESKTOP_UI') != 'false')) { implementation 'me.friwi:jcefmaven:132.3.1' - implementation 'org.openjfx:javafx-controls:21' - implementation 'org.openjfx:javafx-swing:21' + implementation 'org.openjfx:javafx-controls:24.0.2' + implementation 'org.openjfx:javafx-swing:24.0.2' } if (System.getenv('DISABLE_ADDITIONAL_FEATURES') != 'true'