Skip to content

Commit 3795573

Browse files
docs: Add doc
1 parent 0884f19 commit 3795573

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -134,7 +134,7 @@ private static class SingletonInstance {
134134
"https://github.com/dlsc-software-consulting-gmbh/PDFViewFX", "Apache License, Version 2.0",
135135
"https://www.apache.org/licenses/LICENSE-2.0"),
136136

137-
new Dependency("org.fxmisc.richtext", "richtextfx", "0.11.3", false,
137+
new Dependency("org.fxmisc.richtext", "richtextfx", "0.11.4", false,
138138
"https://github.com/FXMisc/RichTextFX", "The BSD 2-Clause License",
139139
"http://opensource.org/licenses/BSD-2-Clause"),
140140

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ JavaFXTool基于JDK17 + JavaFX21 + controlsfx 11.x.x + maven构建的javafx脚
2020
| reflections | 0.10.2 | Java 运行时元数据分析 |
2121
| java-diff-utils | 4.15 | 用于在文本或某种数据之间执行比较/差异操作 |
2222
| dom4j | 2.1.4 | XML 框架 |
23-
| richtextfx | 0.11.2 | JavaFX 的富文本组件 |
23+
| richtextfx | 0.11.4 | JavaFX 的富文本组件 |
2424
| junit | 5.11.3 | 单元测试框架 |
2525
| jackson | 2.18.2 | JSON解析库 |
2626
| commons-io | 2.18.0 | IO工具 |

0 commit comments

Comments
 (0)