Skip to content

Commit

Permalink
build(deps): bump javafx.version from 20.0.2 to 21 (#1113)
Browse files Browse the repository at this point in the history
Bumps `javafx.version` from 20.0.2 to 21.

Updates `org.openjfx:javafx-base` from 20.0.2 to 21

Updates `org.openjfx:javafx-graphics` from 20.0.2 to 21

Updates `org.openjfx:javafx-controls` from 20.0.2 to 21

Updates `org.openjfx:javafx-fxml` from 20.0.2 to 21

---
updated-dependencies:
- dependency-name: org.openjfx:javafx-base
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.openjfx:javafx-graphics
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.openjfx:javafx-controls
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.openjfx:javafx-fxml
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 377a9ee commit 834afaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plc4j/tools/ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<description>Utility used to execute PLC4X API calls in a GUI.</description>

<properties>
<javafx.version>20.0.2</javafx.version>
<javafx.version>21</javafx.version>
</properties>

<build>
Expand Down

0 comments on commit 834afaa

Please sign in to comment.