Skip to content

Commit

Permalink
build(deps): bump javafx_version from 22.0.1 to 22.0.2
Browse files Browse the repository at this point in the history
Bumps `javafx_version` from 22.0.1 to 22.0.2.

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

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

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

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

Updates `org.openjfx:javafx-swing` from 22.0.1 to 22.0.2

---
updated-dependencies:
- dependency-name: org.openjfx:javafx-fxml
  dependency-type: direct:production
  update-type: version-update:semver-patch
- 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-graphics
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.openjfx:javafx-swing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 17, 2024
1 parent f985f7b commit f53e6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

buildscript {
ext.javafx_version = '22.0.1'
ext.javafx_version = '22.0.2'

repositories {
mavenCentral()
Expand Down

0 comments on commit f53e6b0

Please sign in to comment.