Skip to content

Commit 4abe2bd

Browse files
docs: Add doc
1 parent 71854bd commit 4abe2bd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.idea/artifacts/javafxTool_smc_mac_jar.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/artifacts/javafxTool_smc_win_jar.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ private static class SingletonInstance {
105105
new Dependency("com.google.guava", "guava", "33.4.8-jre", false, "https://github.com/google/guava",
106106
"Apache License, Version 2.0", "https://www.apache.org/licenses/LICENSE-2.0"),
107107

108-
new Dependency("com.github.ben-manes.caffeine", "caffeine", "3.2.1", false,
108+
new Dependency("com.github.ben-manes.caffeine", "caffeine", "3.2.2", false,
109109
"https://github.com/ben-manes/caffeine", "Apache License, Version 2.0",
110110
"https://www.apache.org/licenses/LICENSE-2.0"),
111111

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ JavaFXTool基于JDK17 + JavaFX 21 + controlsfx 11 + maven构建的javafx脚手
1111
| JDK | 17 | Adoptium JDK |
1212
| JavaFX | 21.0.7 | JavaFX |
1313
| controlsfx | 11.2.2 | javafx UI控件 |
14-
| caffeine | 3.2.1 | 本地缓存 |
14+
| caffeine | 3.2.2 | 本地缓存 |
1515
| checker-qual | 3.49.4 | Java 的可插拔类型检查 |
1616
| commons-imaging | 1.0.0-alpha6 | 图像处理库 |
1717
| commons-io | 2.19.0 | IO工具 |

0 commit comments

Comments
 (0)