Skip to content

Commit

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

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

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

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

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent e5096b0 commit 10f7252
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.2'
ext.javafx_version = '23.0.1'

repositories {
mavenCentral()
Expand Down

0 comments on commit 10f7252

Please sign in to comment.