build(deps): bump org.openjfx:javafx-swing from 21 to 25

Bumps org.openjfx:javafx-swing from 21 to 25.

---
updated-dependencies:
- dependency-name: org.openjfx:javafx-swing
  dependency-version: '25'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-09-15 22:04:48 +00:00 committed by GitHub
parent a438a15105
commit 63b1e86ddd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,8 +42,8 @@ dependencies {
|| (project.hasProperty('STIRLING_PDF_DESKTOP_UI') || (project.hasProperty('STIRLING_PDF_DESKTOP_UI')
&& project.getProperty('STIRLING_PDF_DESKTOP_UI') != 'false')) { && project.getProperty('STIRLING_PDF_DESKTOP_UI') != 'false')) {
implementation 'me.friwi:jcefmaven:132.3.1' implementation 'me.friwi:jcefmaven:132.3.1'
implementation 'org.openjfx:javafx-controls:21' implementation 'org.openjfx:javafx-controls:25'
implementation 'org.openjfx:javafx-swing:21' implementation 'org.openjfx:javafx-swing:25'
} }
if (System.getenv('DISABLE_ADDITIONAL_FEATURES') != 'true' if (System.getenv('DISABLE_ADDITIONAL_FEATURES') != 'true'