Skip to content

Commit

Permalink
[MSHADE-446] Update dependencies (#189)
Browse files Browse the repository at this point in the history
Changes:
* maven-dependency-tree 3.2.1
* commons-io 2.13.0
* commons-collections4 4.4

---

https://issues.apache.org/jira/browse/MSHADE-446
  • Loading branch information
cstamas committed Jun 13, 2023
1 parent f251212 commit d3dd181
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,12 @@
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-dependency-tree</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.7</version>
<version>2.13.0</version>
</dependency>
<dependency>
<groupId>org.vafer</groupId>
Expand All @@ -195,7 +195,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.3</version>
<version>4.4</version>
</dependency>

<!-- Test -->
Expand Down

0 comments on commit d3dd181

Please sign in to comment.