You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2022/09/26 10:42:40 UTC

[plc4x] 01/02: chore(tools/ui): Updated the javafx libs to version 19

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit 7c8eefb976f8c653c664ec5c74d59fce8f904fea
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Sep 26 12:41:48 2022 +0200

    chore(tools/ui): Updated the javafx libs to version 19
---
 plc4j/tools/ui/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/tools/ui/pom.xml b/plc4j/tools/ui/pom.xml
index a3be8ca7a..cd640a1ec 100644
--- a/plc4j/tools/ui/pom.xml
+++ b/plc4j/tools/ui/pom.xml
@@ -33,7 +33,7 @@
   <description>Utility used to execute PLC4X API calls in a GUI.</description>
 
   <properties>
-    <javafx.version>18.0.2</javafx.version>
+    <javafx.version>19</javafx.version>
   </properties>
 
   <build>