Skip to content

Commit

Permalink
fix: upgrade org.apache.commons:commons-csv from 1.4 to 1.10.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade org.apache.commons:commons-csv from 1.4 to 1.10.0.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.apache.commons/commons-csv/

See this project in Snyk:
https://app.snyk.io/org/luis100/project/6d22065e-4e01-4f6f-91be-86c6e454215c?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Feb 24, 2024
1 parent 4a0d784 commit 264dabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbptk-modules/dbptk-filter-inventory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
<version>1.4</version>
<version>1.10.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 264dabe

Please sign in to comment.