Skip to content

Commit df0b790

Browse files
build(deps): Bump org.fxmisc.richtext:richtextfx from 0.11.3 to 0.11.4 (#1844)
* build(deps): Bump org.fxmisc.richtext:richtextfx from 0.11.3 to 0.11.4 Bumps [org.fxmisc.richtext:richtextfx](https://github.com/FXMisc/RichTextFX) from 0.11.3 to 0.11.4. - [Release notes](https://github.com/FXMisc/RichTextFX/releases) - [Changelog](https://github.com/FXMisc/RichTextFX/blob/master/CHANGELOG.md) - [Commits](FXMisc/RichTextFX@v0.11.3...v0.11.4) --- updated-dependencies: - dependency-name: org.fxmisc.richtext:richtextfx 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 3e62b44 commit df0b790

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
@@ -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工具 |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<assertj.version>3.26.3</assertj.version>
141141
<bootstrapfx.version>0.4.0</bootstrapfx.version>
142142
<ikonli.version>12.3.1</ikonli.version>
143-
<richtextfx.version>0.11.3</richtextfx.version>
143+
<richtextfx.version>0.11.4</richtextfx.version>
144144
<groovy.version>4.0.24</groovy.version>
145145
<thumbnailator.version>0.4.20</thumbnailator.version>
146146
<gson.version>2.11.0</gson.version>

0 commit comments

Comments
 (0)