We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b4f85 commit 83ccdbbCopy full SHA for 83ccdbb
gradle/libs.versions.toml
@@ -16,7 +16,7 @@ spring = '6.2.8'
16
springframework-boot = '3.5.3'
17
spring-dependency-management = '1.1.7'
18
19
-javafx = '25-ea+21'
+javafx = '25-ea+22'
20
21
inject-api = '2.0.1'
22
spring/build.gradle
@@ -24,7 +24,7 @@ dependencies {
24
}
25
26
javafx {
27
- version = '25-ea+21'
+ version = '25-ea+22'
28
modules = ['javafx.controls', 'javafx.fxml']
29
configurations = ['implementation']
30
0 commit comments