Skip to content

Commit 4ecb42c

Browse files
build(deps): Bump org.apache.commons:commons-compress from 1.27.1 to 1.28.0 (#2261)
* build(deps): Bump org.apache.commons:commons-compress Bumps [org.apache.commons:commons-compress](https://github.com/apache/commons-compress) from 1.27.1 to 1.28.0. - [Changelog](https://github.com/apache/commons-compress/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-compress@rel/commons-compress-1.27.1...rel/commons-compress-1.28.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-version: 1.28.0 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 89c2288 commit 4ecb42c

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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.

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.0</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)