Skip to content

Commit

Permalink
Bump openjfx.version from 18.0.2 to 19 (#1141)
Browse files Browse the repository at this point in the history
Bumps `openjfx.version` from 18.0.2 to 19.

Updates `javafx-fxml` from 18.0.2 to 19

Updates `javafx-controls` from 18.0.2 to 19

---
updated-dependencies:
- dependency-name: org.openjfx:javafx-fxml
  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
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 13, 2022
1 parent 79cc5d6 commit b712d79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tools/ModelEditor/pom.xml
Expand Up @@ -21,7 +21,7 @@
<docker-image-name>fraunhoferiosb/frost-importer</docker-image-name>

<maven-shade-plugin.version>3.3.0</maven-shade-plugin.version>
<openjfx.version>18.0.2</openjfx.version>
<openjfx.version>19</openjfx.version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion Tools/ModelExtractor/pom.xml
Expand Up @@ -21,7 +21,7 @@
<docker-image-name>fraunhoferiosb/frost-importer</docker-image-name>

<maven-shade-plugin.version>3.3.0</maven-shade-plugin.version>
<openjfx.version>18.0.2</openjfx.version>
<openjfx.version>19</openjfx.version>
<jooq.version>3.16.10</jooq.version>
</properties>

Expand Down

0 comments on commit b712d79

Please sign in to comment.