Skip to content

build(deps): Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 #2234

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .idea/artifacts/javafxTool_cg_mac_jar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/artifacts/javafxTool_cg_win_jar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/artifacts/javafxTool_qe_mac_jar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/artifacts/javafxTool_qe_win_jar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/artifacts/javafxTool_smc_mac_jar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/artifacts/javafxTool_smc_win_jar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private static class SingletonInstance {
new Dependency("cn.hutool", "hutool", "5.8.39", true, "https://github.com/dromara/hutool",
"Mulan Permissive Software License,Version 2", "https://license.coscl.org.cn/MulanPSL2"),

new Dependency("org.apache.commons", "commons-lang3", "3.17.0", true,
new Dependency("org.apache.commons", "commons-lang3", "3.18.0", true,
"https://commons.apache.org/proper/commons-lang/", "Apache License, Version 2.0",
"https://www.apache.org/licenses/LICENSE-2.0"),

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ JavaFXTool基于JDK17 + JavaFX 21 + controlsfx 11 + maven构建的javafx脚手
| checker-qual | 3.49.4 | Java 的可插拔类型检查 |
| commons-imaging | 1.0.0-alpha6 | 图像处理库 |
| commons-io | 2.19.0 | IO工具 |
| commons-lang3 | 3.17.0 | Java工具类库 |
| commons-lang3 | 3.18.0 | Java工具类库 |
| commons-configuration2 | 2.12.0 | 用于从各种源读取配置数据 |
| cssfx | 11.5.1 | css 实时重载工具 |
| dom4j | 2.2.0 | XML 框架 |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<jaxen.version>2.0.0</jaxen.version>
<sikulixapi.version>2.0.5</sikulixapi.version>
<hutool.version>5.8.39</hutool.version>
<commons-lang3.version>3.17.0</commons-lang3.version>
<commons-lang3.version>3.18.0</commons-lang3.version>
<logback-classic.version>1.5.18</logback-classic.version>
<slf4j-api.version>2.0.17</slf4j-api.version>
<commons-io.version>2.19.0</commons-io.version>
Expand Down
Loading