Skip to content

Commit 557fa34

Browse files
build(deps): Bump org.apache.commons:commons-imaging from 1.0.0-alpha5 to 1.0.0-alpha6 (#2113)
* build(deps): Bump org.apache.commons:commons-imaging Bumps org.apache.commons:commons-imaging from 1.0.0-alpha5 to 1.0.0-alpha6. --- updated-dependencies: - dependency-name: org.apache.commons:commons-imaging dependency-version: 1.0.0-alpha6 dependency-type: direct:production update-type: version-update:semver-patch ... 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 385c79d commit 557fa34

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
@@ -212,7 +212,7 @@ private static class SingletonInstance {
212212
"https://commons.apache.org/proper/commons-compress/", "Apache License, Version 2.0",
213213
"https://www.apache.org/licenses/LICENSE-2.0"),
214214

215-
new Dependency("org.apache.commons", "commons-imaging", "1.0.0-alpha5", false,
215+
new Dependency("org.apache.commons", "commons-imaging", "1.0.0-alpha6", false,
216216
"https://commons.apache.org/proper/commons-imaging/", "Apache License, Version 2.0",
217217
"https://www.apache.org/licenses/LICENSE-2.0"),
218218

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<commons-collections4.version>4.5.0</commons-collections4.version>
130130
<commons-math3.version>3.6.1</commons-math3.version>
131131
<commons-crypto.version>1.2.0</commons-crypto.version>
132-
<commons-imaging.version>1.0.0-alpha5</commons-imaging.version>
132+
<commons-imaging.version>1.0.0-alpha6</commons-imaging.version>
133133
<image4j.version>0.7.2</image4j.version>
134134
<commons-codec.version>1.18.0</commons-codec.version>
135135
<commons-logging.version>1.3.5</commons-logging.version>

0 commit comments

Comments
 (0)