From 1567fc308f9e03bd454e22c8e7408a1be6fe8f99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 06:11:01 +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 ed5e56f5e..cea2bd19e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -83,7 +83,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") }