Skip to content

Commit c1c3f01

Browse files
Merge branch 'master' into dependabot/maven/org.apache.commons-commons-csv-1.14.1
Signed-off-by: 梦里不知身是客 <liang.tang.cx@gmail.com>
2 parents 8fbed27 + 4ecb42c commit c1c3f01

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.idea/artifacts/javafxTool_cg_mac_jar.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/artifacts/javafxTool_cg_win_jar.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/artifacts/javafxTool_qe_mac_jar.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/artifacts/javafxTool_qe_win_jar.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/artifacts/javafxTool_smc_mac_jar.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/artifacts/javafxTool_smc_win_jar.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CONTRIBUTORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Shout out to our top contributors!
77
- [sweep-ai[bot]](https://github.com/apps/sweep-ai)
88

99

10-
_Last updated: Tue, 01 Jul 25 01:16:25 +0000_
10+
_Last updated: Fri, 01 Aug 25 01:21:43 +0000_

core/src/main/java/com/tlcsdm/core/util/DependencyInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ private static class SingletonInstance {
208208
"https://github.com/mcfoggy/cssfx",
209209
"Apache License, Version 2.0", "https://www.apache.org/licenses/LICENSE-2.0.txt"),
210210

211-
new Dependency("org.apache.commons", "commons-compress", "1.27.1", false,
211+
new Dependency("org.apache.commons", "commons-compress", "1.28.0", false,
212212
"https://commons.apache.org/proper/commons-compress/", "Apache License, Version 2.0",
213213
"https://www.apache.org/licenses/LICENSE-2.0"),
214214

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<commons-configuration2.version>2.12.0</commons-configuration2.version>
122122
<commons-beanutils.version>1.11.0</commons-beanutils.version>
123123
<commons-csv.version>1.14.1</commons-csv.version>
124-
<commons-compress.version>1.27.1</commons-compress.version>
124+
<commons-compress.version>1.28.0</commons-compress.version>
125125
<commons-exec.version>1.5.0</commons-exec.version>
126126
<commons-text.version>1.14.0</commons-text.version>
127127
<commons-email.version>1.6.0</commons-email.version>

0 commit comments

Comments
 (0)