From 68e30461e23c214ec20940ab67a4e7317941843a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 14:17:08 +0000 Subject: [PATCH] Bump org.int4.fx:fx-values from 0.4 to 0.5 Bumps [org.int4.fx:fx-values](https://github.com/int4-org/FX) from 0.4 to 0.5. - [Release notes](https://github.com/int4-org/FX/releases) - [Commits](https://github.com/int4-org/FX/compare/0.4...0.5) --- updated-dependencies: - dependency-name: org.int4.fx:fx-values dependency-version: '0.5' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 76c86a143..a2b1816e6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -86,7 +86,7 @@ dependencies { api 'net.synedra:validatorfx:0.4.2' api files("$rootDir/gradle/gradle_scripts/atlantafx-base-2.0.2.jar") - api("org.int4.fx:fx-values:0.4") + api("org.int4.fx:fx-values:0.5") api files("$rootDir/gradle/gradle_scripts/fx-builders-1.0.0-SNAPSHOT.jar") }