[Snyk] Upgrade org.apache.commons:commons-csv from 1.10.0 to 1.12.0 (#2046)

* fix: upgrade org.apache.commons:commons-csv from 1.10.0 to 1.12.0

Snyk has created this PR to upgrade org.apache.commons:commons-csv from 1.10.0 to 1.12.0.

See this package in maven:
org.apache.commons:commons-csv

See this project in Snyk:
https://app.snyk.io/org/nosqlbench/project/b8e5755b-1195-4478-aef0-0fec9ef42903?utm_source=github&utm_medium=referral&page=upgrade-pr

* Update commons io

---------

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Dave Fisher <dave.fisher@datastax.com>
This commit is contained in:
Jonathan Shook 2024-10-15 15:05:53 -05:00 committed by GitHub
parent 19addbe8ba
commit e62d84c7de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -236,7 +236,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.14.0</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.tinkerpop</groupId>
@ -330,7 +330,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
<version>1.10.0</version>
<version>1.12.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>