Skip to content

Commit 885f1f1

Browse files
build(deps): Bump commons-io:commons-io from 2.17.0 to 2.18.0 (#1820)
* build(deps): Bump commons-io:commons-io from 2.17.0 to 2.18.0 Bumps commons-io:commons-io from 2.17.0 to 2.18.0. --- updated-dependencies: - dependency-name: commons-io:commons-io 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 f787125 commit 885f1f1

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
@@ -84,7 +84,7 @@ private static class SingletonInstance {
8484
"https://commons.apache.org/proper/commons-configuration/", "Apache License, Version 2.0",
8585
"https://www.apache.org/licenses/LICENSE-2.0"),
8686

87-
new Dependency("commons-io", "commons-io", "2.17.0", true,
87+
new Dependency("commons-io", "commons-io", "2.18.0", true,
8888
"https://commons.apache.org/proper/commons-io/", "Apache License, Version 2.0",
8989
"https://www.apache.org/licenses/LICENSE-2.0"),
9090

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ JavaFXTool基于JDK17 + JavaFX21 + controlsfx 11.x.x + maven构建的javafx脚
2323
| richtextfx | 0.11.2 | JavaFX 的富文本组件 |
2424
| junit | 5.11.3 | 单元测试框架 |
2525
| jackson | 2.18.1 | JSON解析库 |
26-
| commons-io | 2.17.0 | IO工具 |
26+
| commons-io | 2.18.0 | IO工具 |
2727
| commons-csv | 1.10.0 | csv工具 |
2828
| guava | 33.3.1-jre | Google工具 |
2929
| groovy | 4.0.24 | Groovy |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<commons-lang3.version>3.17.0</commons-lang3.version>
111111
<logback-classic.version>1.5.12</logback-classic.version>
112112
<slf4j-api.version>2.0.16</slf4j-api.version>
113-
<commons-io.version>2.17.0</commons-io.version>
113+
<commons-io.version>2.18.0</commons-io.version>
114114
<commons-configuration2.version>2.11.0</commons-configuration2.version>
115115
<commons-beanutils.version>1.9.4</commons-beanutils.version>
116116
<commons-csv.version>1.12.0</commons-csv.version>

0 commit comments

Comments
 (0)