Skip to content

Commit

Permalink
Update to commons-io 2.18.0, remove duplicated commons-lang3 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGeRe committed Dec 22, 2024
1 parent 776aee8 commit fe55816
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion dependency/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
6 changes: 0 additions & 6 deletions measurement/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@
<classifier>aspectj</classifier>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
</dependency>



<!-- Do not upgrade until whole project switches to Java 11, since jgrapht 1.5 is only available for Java 11 -->
Expand Down

0 comments on commit fe55816

Please sign in to comment.