Skip to content

Commit

Permalink
chore(deps): bump org.apache.commons:commons-csv from 1.9.0 to 1.12.0
Browse files Browse the repository at this point in the history
Bumps [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) from 1.9.0 to 1.12.0.
- [Changelog](https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-csv@rel/commons-csv-1.9.0...rel/commons-csv-1.12.0)

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-csv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent 69c54d1 commit 0389b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ dependencies {
implementation("com.google.guava:guava:33.3.1-jre")
implementation("commons-cli:commons-cli:1.9.0")
implementation("org.aspectj:aspectjweaver")
implementation("org.apache.commons:commons-csv:1.9.0")
implementation("org.apache.commons:commons-csv:1.12.0")
implementation("com.sksamuel.diff:diff:1.1.11")
implementation("org.pf4j:pf4j:2.4.0")
implementation("org.biojava:biojava3-core:3.0")
Expand Down

0 comments on commit 0389b95

Please sign in to comment.