From 802f173067301dcd2ac522d25ee63dce42c4fb61 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 14 Aug 2024 23:42:50 +0000
Subject: [PATCH] chore(deps): bump org.openjfx:javafx-controls from 22.0.1 to
 22.0.2

Bumps org.openjfx:javafx-controls from 22.0.1 to 22.0.2.

---
updated-dependencies:
- dependency-name: org.openjfx:javafx-controls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index d7d7a85..98e7070 100644
--- a/build.gradle
+++ b/build.gradle
@@ -82,7 +82,7 @@ dependencies {
   // JavaFX
   implementation "org.openjfx:javafx-fxml:22.0.2"
   implementation "org.openjfx:javafx-base:22.0.1"
-  implementation "org.openjfx:javafx-controls:22.0.1"
+  implementation "org.openjfx:javafx-controls:22.0.2"
   implementation "org.openjfx:javafx-graphics:22.0.2"
   implementation "org.openjfx:javafx-swing:22.0.1"