Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
33c0b74b1f
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] <support@github.com>
2025-05-20 11:01:33 +00:00

View File

@ -428,7 +428,7 @@ dependencies {
} }
if (System.getenv("STIRLING_PDF_DESKTOP_UI") != "false") { if (System.getenv("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-controls:21"
implementation "org.openjfx:javafx-swing:21" implementation "org.openjfx:javafx-swing:21"
} }