Skip to content

Commit a9c93a9

Browse files
build(deps): Bump com.gluonhq:rich-text-area from 1.2.1 to 1.2.2 (#2154)
* build(deps): Bump com.gluonhq:rich-text-area from 1.2.1 to 1.2.2 Bumps [com.gluonhq:rich-text-area](https://github.com/gluonhq/rich-text-area) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/gluonhq/rich-text-area/releases) - [Commits](gluonhq/rich-text-area@1.2.1...1.2.2) --- updated-dependencies: - dependency-name: com.gluonhq:rich-text-area dependency-version: 1.2.2 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 4d49518 commit a9c93a9

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
@@ -176,7 +176,7 @@ private static class SingletonInstance {
176176
new Dependency("net.sourceforge.tess4j", "tess4j", "5.15.0", false, "https://github.com/nguyenq/tess4j",
177177
"Apache License, Version 2.0", "https://www.apache.org/licenses/LICENSE-2.0"),
178178

179-
new Dependency("com.gluonhq", "rich-text-area", "1.2.1", false,
179+
new Dependency("com.gluonhq", "rich-text-area", "1.2.2", false,
180180
"https://github.com/gluonhq/rich-text-area",
181181
"GPL-3.0 license", "http://www.gnu.org/licenses/gpl-3.0.html"),
182182

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<jcommander.version>2.0</jcommander.version>
178178
<jssc.version>2.10.0</jssc.version>
179179
<jSerialComm.version>2.11.0</jSerialComm.version>
180-
<rich-text-area.version>1.2.1</rich-text-area.version>
180+
<rich-text-area.version>1.2.2</rich-text-area.version>
181181
<animateFX.version>1.3.0</animateFX.version>
182182
<oshi.version>6.8.1</oshi.version>
183183
<classgraph.version>4.8.179</classgraph.version>

0 commit comments

Comments
 (0)