Skip to content

Commit 33a2798

Browse files
build(deps): Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 (#1633)
* build(deps): Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 Bumps org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-type: direct:production update-type: version-update:semver-minor ... 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 04a04da commit 33a2798

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
@@ -68,7 +68,7 @@ private static class SingletonInstance {
6868
new Dependency("cn.hutool", "hutool", "5.8.29", true, "https://github.com/dromara/hutool",
6969
"Mulan Permissive Software License,Version 2", "https://license.coscl.org.cn/MulanPSL2"),
7070

71-
new Dependency("org.apache.commons", "commons-lang3", "3.14.0", true,
71+
new Dependency("org.apache.commons", "commons-lang3", "3.15.0", true,
7272
"https://commons.apache.org/proper/commons-lang/", "Apache License, Version 2.0",
7373
"https://www.apache.org/licenses/LICENSE-2.0"),
7474

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ JavaFXTool基于JDK17 + JavaFX21 + controlsfx 11.x.x + maven构建的javafx脚
1313
| controlsfx | 11.2.1 | javafx UI控件 |
1414
| poi-ooxml | 5.3.0 | 用于Microsoft Documents的Java API |
1515
| freemarker | 2.3.33 | 模板引擎库 |
16-
| commons-lang3 | 3.14.0 | Java工具类库 |
16+
| commons-lang3 | 3.15.0 | Java工具类库 |
1717
| hutool | 5.8.29 | Java工具类库 |
1818
| logback | 1.5.6 | Java日志框架 |
1919
| commons-configuration2 | 2.11.0 | 用于从各种源读取配置数据 |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<jaxen.version>2.0.0</jaxen.version>
108108
<sikulixapi.version>2.0.5</sikulixapi.version>
109109
<hutool.version>5.8.29</hutool.version>
110-
<commons-lang3.version>3.14.0</commons-lang3.version>
110+
<commons-lang3.version>3.15.0</commons-lang3.version>
111111
<logback-classic.version>1.5.6</logback-classic.version>
112112
<slf4j-api.version>2.0.13</slf4j-api.version>
113113
<commons-io.version>2.16.1</commons-io.version>

0 commit comments

Comments
 (0)