Skip to content

Commit

Permalink
fix: upgrade org.apache.commons:commons-csv from 1.7 to 1.12.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.7 to 1.12.0.

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

See this project in Snyk:
https://app.snyk.io/org/taeb3/project/b6bec497-6439-44e3-81a4-281d284fc788?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Oct 12, 2024
1 parent 141f011 commit 6361afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
<version>1.7</version>
<version>1.12.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit 6361afc

Please sign in to comment.