Skip to content

Commit 9b8c99b

Browse files
build(deps): Bump org.apache.commons:commons-csv from 1.14.0 to 1.14.1 (#2262)
* build(deps): Bump org.apache.commons:commons-csv from 1.14.0 to 1.14.1 Bumps [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) from 1.14.0 to 1.14.1. - [Changelog](https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-csv@rel/commons-csv-1.14.0...rel/commons-csv-1.14.1) --- updated-dependencies: - dependency-name: org.apache.commons:commons-csv dependency-version: 1.14.1 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> Signed-off-by: 梦里不知身是客 <liang.tang.cx@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 梦里不知身是客 <liang.tang.cx@gmail.com>
1 parent 4ecb42c commit 9b8c99b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -76,7 +76,7 @@ private static class SingletonInstance {
7676
"https://commons.apache.org/proper/commons-email/", "Apache License, Version 2.0",
7777
"https://www.apache.org/licenses/LICENSE-2.0"),
7878

79-
new Dependency("org.apache.commons", "commons-csv", "1.13.0", false,
79+
new Dependency("org.apache.commons", "commons-csv", "1.14.1", false,
8080
"https://commons.apache.org/proper/commons-csv/", "Apache License, Version 2.0",
8181
"https://www.apache.org/licenses/LICENSE-2.0"),
8282

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<commons-io.version>2.20.0</commons-io.version>
121121
<commons-configuration2.version>2.12.0</commons-configuration2.version>
122122
<commons-beanutils.version>1.11.0</commons-beanutils.version>
123-
<commons-csv.version>1.14.0</commons-csv.version>
123+
<commons-csv.version>1.14.1</commons-csv.version>
124124
<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>

0 commit comments

Comments
 (0)