Bump org.openjfx:javafx-controls from 21 to 24.0.1

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

---
updated-dependencies:
- dependency-name: org.openjfx:javafx-controls
  dependency-version: 24.0.1
  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-04-20 10:28:25 +00:00 committed by GitHub
parent c388ba73c1
commit 95892db444
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -418,7 +418,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:132.3.1"
implementation "org.openjfx:javafx-controls:21" implementation "org.openjfx:javafx-controls:24.0.1"
implementation "org.openjfx:javafx-swing:21" implementation "org.openjfx:javafx-swing:21"
} }