Skip to content

Commit

Permalink
Bump version.javafx from 22 to 22.0.1 in /tools/rack
Browse files Browse the repository at this point in the history
Bumps `version.javafx` from 22 to 22.0.1.

Updates `org.openjfx:javafx-base` from 22 to 22.0.1

Updates `org.openjfx:javafx-controls` from 22 to 22.0.1

Updates `org.openjfx:javafx-fxml` from 22 to 22.0.1

Updates `org.openjfx:javafx-graphics` from 22 to 22.0.1

Updates `org.openjfx:javafx-media` from 22 to 22.0.1

Updates `org.openjfx:javafx-web` from 22 to 22.0.1

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 18, 2024
1 parent 101ec44 commit 6945972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Versions of dependencies which share the same version -->
<version.javafx>22</version.javafx>
<version.javafx>22.0.1</version.javafx>
<version.rack>${project.version}</version.rack>
<version.surefire>3.2.5</version.surefire>
<version.tycho>4.0.7</version.tycho>
Expand Down

0 comments on commit 6945972

Please sign in to comment.