Skip to content

Commit 83ccdbb

Browse files
committed
Update javafx to v25-ea+22
1 parent 77b4f85 commit 83ccdbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spring = '6.2.8'
1616
springframework-boot = '3.5.3'
1717
spring-dependency-management = '1.1.7'
1818

19-
javafx = '25-ea+21'
19+
javafx = '25-ea+22'
2020

2121
inject-api = '2.0.1'
2222

spring/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
}
2525

2626
javafx {
27-
version = '25-ea+21'
27+
version = '25-ea+22'
2828
modules = ['javafx.controls', 'javafx.fxml']
2929
configurations = ['implementation']
3030
}

0 commit comments

Comments
 (0)