From d3eedb2c3984eaca3d5f162e8785bed55e36011d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 11:54:29 +0000 Subject: [PATCH 1/3] Bump the java group with 7 updates Bumps the java group with 7 updates: | Package | From | To | | --- | --- | --- | | org.openjfx:javafx-controls | `19` | `26-ea+13` | | org.openjfx:javafx-fxml | `19` | `26-ea+13` | | [org.controlsfx:controlsfx](https://github.com/controlsfx/controlsfx) | `11.1.2` | `11.2.2` | | [com.dlsc.formsfx:formsfx-core](https://github.com/dlemmermann/formsfx) | `11.5.0` | `11.6.0` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.9.1` | `6.0.0` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `5.9.1` | `6.0.0` | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.10.1` | `3.14.1` | Updates `org.openjfx:javafx-controls` from 19 to 26-ea+13 Updates `org.openjfx:javafx-fxml` from 19 to 26-ea+13 Updates `org.controlsfx:controlsfx` from 11.1.2 to 11.2.2 - [Release notes](https://github.com/controlsfx/controlsfx/releases) - [Commits](https://github.com/controlsfx/controlsfx/compare/11.1.2...11.2.2) Updates `com.dlsc.formsfx:formsfx-core` from 11.5.0 to 11.6.0 - [Release notes](https://github.com/dlemmermann/formsfx/releases) - [Changelog](https://github.com/dlsc-software-consulting-gmbh/FormsFX/blob/master-11/CHANGELOG.md) - [Commits](https://github.com/dlemmermann/formsfx/compare/v11.5.0...v11.6.0) Updates `org.junit.jupiter:junit-jupiter-api` from 5.9.1 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.9.1...r6.0.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.9.1 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.9.1...r6.0.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.9.1 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.9.1...r6.0.0) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.10.1 to 3.14.1 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.1...maven-compiler-plugin-3.14.1) --- updated-dependencies: - dependency-name: org.openjfx:javafx-controls dependency-version: 26-ea+13 dependency-type: direct:production dependency-group: java - dependency-name: org.openjfx:javafx-fxml dependency-version: 26-ea+13 dependency-type: direct:production dependency-group: java - dependency-name: org.controlsfx:controlsfx dependency-version: 11.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: com.dlsc.formsfx:formsfx-core dependency-version: 11.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: java - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: java - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: java - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java ... Signed-off-by: dependabot[bot] --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index aeb36d5..53b543e 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ 21 UTF-8 - 5.14.1 + 6.0.1 21 21 @@ -29,22 +29,22 @@ org.openjfx javafx-controls - 19 + 26-ea+14 org.openjfx javafx-fxml - 19 + 26-ea+14 org.controlsfx controlsfx - 11.1.2 + 11.2.2 com.dlsc.formsfx formsfx-core - 11.5.0 + 11.6.0 org.openjfx @@ -77,7 +77,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.10.1 + 3.14.1 + 21.0.9 @@ -29,12 +33,12 @@ org.openjfx javafx-controls - 26-ea+14 + ${javafx.version} org.openjfx javafx-fxml - 26-ea+14 + ${javafx.version} org.controlsfx From ac293b912064acd6f1b37945a30d4dc6433e3028 Mon Sep 17 00:00:00 2001 From: Mihai Borcan Date: Wed, 5 Nov 2025 15:12:33 +0200 Subject: [PATCH 3/3] Reverted to JUnit 5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 647a9c2..9766b97 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ 21 UTF-8 - 6.0.1 + 5.14.1 21 21