diff --git a/stirling-pdf/build.gradle b/stirling-pdf/build.gradle index e182e8c0c..4a89ee6d1 100644 --- a/stirling-pdf/build.gradle +++ b/stirling-pdf/build.gradle @@ -7,7 +7,7 @@ dependencies { if (System.getenv('STIRLING_PDF_DESKTOP_UI') != 'false' || (project.hasProperty('STIRLING_PDF_DESKTOP_UI') && project.getProperty('STIRLING_PDF_DESKTOP_UI') != 'false')) { - implementation 'me.friwi:jcefmaven:132.3.1' + implementation 'me.friwi:jcefmaven:135.0.20' implementation 'org.openjfx:javafx-controls:21' implementation 'org.openjfx:javafx-swing:21' }