Skip to content

Commit

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

build(deps): bump org.apache.commons:commons-compress from 1.25.0 to 1.26.0
  • Loading branch information
michalmac authored Feb 24, 2024
2 parents 788b93f + 05216ec commit 2b80fee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.25.0</version>
<version>1.26.0</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
Expand All @@ -135,6 +135,11 @@
<artifactId>commons-text</artifactId>
<version>1.11.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
</dependency>
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
Expand Down

0 comments on commit 2b80fee

Please sign in to comment.