You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2023/01/24 16:10:43 UTC

[plc4x] branch develop updated: build(deps): bump javafx.version from 19.0.2 to 19.0.2.1 (#761)

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 61bb0e63ca build(deps): bump javafx.version from 19.0.2 to 19.0.2.1 (#761)
61bb0e63ca is described below

commit 61bb0e63ca3bf2a50c9ab9711f259e52fc1d4828
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 24 17:10:33 2023 +0100

    build(deps): bump javafx.version from 19.0.2 to 19.0.2.1 (#761)
    
    Bumps `javafx.version` from 19.0.2 to 19.0.2.1.
    
    Updates `javafx-base` from 19.0.2 to 19.0.2.1
    
    Updates `javafx-graphics` from 19.0.2 to 19.0.2.1
    
    Updates `javafx-controls` from 19.0.2 to 19.0.2.1
    
    Updates `javafx-fxml` from 19.0.2 to 19.0.2.1
    
    ---
    updated-dependencies:
    - dependency-name: org.openjfx:javafx-base:linux
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.openjfx:javafx-graphics:linux
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.openjfx:javafx-controls:linux
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.openjfx:javafx-fxml:linux
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 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 56eb3add22..fb55429a9b 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>19.0.2</javafx.version>
+    <javafx.version>19.0.2.1</javafx.version>
   </properties>
 
   <build>