From 3754ff902928119d6b5a3f103be68890d6b807c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 17:05:32 +0000 Subject: [PATCH] Bump me.friwi:jcefmaven from 132.3.1 to 135.0.20 Bumps [me.friwi:jcefmaven](https://github.com/jcefmaven/jcefmaven) from 132.3.1 to 135.0.20. - [Release notes](https://github.com/jcefmaven/jcefmaven/releases) - [Commits](https://github.com/jcefmaven/jcefmaven/compare/132.3.1...135.0.20) --- updated-dependencies: - dependency-name: me.friwi:jcefmaven dependency-version: 135.0.20 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- stirling-pdf/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stirling-pdf/build.gradle b/stirling-pdf/build.gradle index 0974a0577..f18f3fd92 100644 --- a/stirling-pdf/build.gradle +++ b/stirling-pdf/build.gradle @@ -29,7 +29,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' }