Skip to content

Commit de75225

Browse files
Bump org.apache.commons:commons-csv from 1.11.0 to 1.14.1
Bumps [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) from 1.11.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.11.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-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0c145a6 commit de75225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[versions]
44
apache-avro = "1.11.4"
55
apache-commons-compress = "1.27.1"
6-
apache-commons-csv = "1.13.0"
6+
apache-commons-csv = "1.14.1"
77
apache-commons-lang3 = "3.18.0"
88
ascii-table = "1.8.0"
99
auto-service = "1.1.1"
@@ -177,7 +177,7 @@ wiremock = { module = "com.github.tomakehurst:wiremock-standalone", version.ref
177177
aws-s3 = { group = "software.amazon.awssdk", name = "s3", version.ref = "amazon" }
178178
asm-commons = { module = "org.ow2.asm:asm-commons", version.ref = "asm" }
179179
avro = { group = "org.apache.avro", name = "avro", version.ref = "avro" }
180-
commons-csv = { group = "org.apache.commons", name = "commons-csv", version = "1.11.0" }
180+
commons-csv = { group = "org.apache.commons", name = "commons-csv", version = "1.14.1" }
181181
commons-lang3 = { group = "org.apache.commons", name = "commons-lang3", version = "3.18.0" }
182182
fastutil = { group = "it.unimi.dsi", name = "fastutil", version.ref = "fastutil" }
183183
google-cloud-storage = { group = "com.google.cloud", name = "google-cloud-storage", version.ref = "google" }

0 commit comments

Comments
 (0)