Skip to content

Commit

Permalink
Merge pull request #3251 from matsim-org/dependabot/maven/org.apache.…
Browse files Browse the repository at this point in the history
…commons-commons-csv-1.11.0

build(deps): bump org.apache.commons:commons-csv from 1.10.0 to 1.11.0
  • Loading branch information
michalmac authored May 4, 2024
2 parents 5b67113 + 61c6a35 commit 45736d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contribs/ev/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
<version>1.10.0</version>
<version>1.11.0</version>
</dependency>
<dependency>
<groupId>one.util</groupId>
Expand Down
2 changes: 1 addition & 1 deletion matsim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
<version>1.10.0</version>
<version>1.11.0</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
Expand Down

0 comments on commit 45736d6

Please sign in to comment.