Skip to content

Commit eeeb9fa

Browse files
build(deps): Bump javafx.version from 21.0.3 to 21.0.4 (#1631)
* build(deps): Bump javafx.version from 21.0.3 to 21.0.4 Bumps `javafx.version` from 21.0.3 to 21.0.4. Updates `org.openjfx:javafx-base` from 21.0.3 to 21.0.4 Updates `org.openjfx:javafx-controls` from 21.0.3 to 21.0.4 Updates `org.openjfx:javafx-fxml` from 21.0.3 to 21.0.4 Updates `org.openjfx:javafx-graphics` from 21.0.3 to 21.0.4 Updates `org.openjfx:javafx-web` from 21.0.3 to 21.0.4 Updates `org.openjfx:javafx-media` from 21.0.3 to 21.0.4 Updates `org.openjfx:javafx-swing` from 21.0.3 to 21.0.4 --- updated-dependencies: - dependency-name: org.openjfx:javafx-base dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.openjfx:javafx-controls dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.openjfx:javafx-fxml dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.openjfx:javafx-graphics dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.openjfx:javafx-web dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.openjfx:javafx-media dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.openjfx:javafx-swing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * docs: Add doc --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 梦里不知身是客 <liang.tang.cx@gmail.com>
1 parent 33a2798 commit eeeb9fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/src/main/java/com/tlcsdm/core/util/DependencyInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static List<Dependency> getDependencyList() {
4646

4747
private static class SingletonInstance {
4848
private static final List<Dependency> INSTANCE = List.of(
49-
new Dependency("org.openjfx", "javafx", "21.0.3", true, "https://github.com/openjdk/jfx", "GPLv2+CE",
49+
new Dependency("org.openjfx", "javafx", "21.0.4", true, "https://github.com/openjdk/jfx", "GPLv2+CE",
5050
"https://openjdk.java.net/legal/gplv2+ce.html"),
5151

5252
new Dependency("org.controlsfx", "controlsfx", "11.2.1", true,

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ JavaFXTool基于JDK17 + JavaFX21 + controlsfx 11.x.x + maven构建的javafx脚
99
| 技术 | 版本 | 说明 |
1010
|------------------------|------------|----------------------------------|
1111
| JDK | 17 | Adoptium JDK |
12-
| JavaFX | 21.0.3 | JavaFX |
12+
| JavaFX | 21.0.4 | JavaFX |
1313
| controlsfx | 11.2.1 | javafx UI控件 |
1414
| poi-ooxml | 5.3.0 | 用于Microsoft Documents的Java API |
1515
| freemarker | 2.3.33 | 模板引擎库 |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9595
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
9696
<junit.version>5.10.3</junit.version>
97-
<javafx.version>21.0.3</javafx.version>
97+
<javafx.version>21.0.4</javafx.version>
9898
<javafx.swt.version>21.0.3</javafx.swt.version>
9999
<controlsfx.version>11.2.1</controlsfx.version>
100100
<tlcsdm-common.version>1.4.5</tlcsdm-common.version>

0 commit comments

Comments
 (0)