build(deps): bump org.openjfx:javafx-controls from 21 to 24.0.2

Bumps org.openjfx:javafx-controls from 21 to 24.0.2.

---
updated-dependencies:
- dependency-name: org.openjfx:javafx-controls
  dependency-version: 24.0.2
  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-07-21 13:53:50 +00:00 committed by GitHub
parent 13bf8210fc
commit bb778229bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'