Skip to content

Commit

Permalink
Bump commons-io to 2.7 (its)
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Mar 19, 2022
1 parent ceab880 commit f41ccef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
<extraArtifact>org.apache.maven.plugins:maven-project-info-reports-plugin:2.1:maven-plugin</extraArtifact>

<!-- jdepend-example should be made different to have only a single list of extraArtifact -->
<extraArtifact>commons-io:commons-io:1.1:jar</extraArtifact>
<extraArtifact>commons-io:commons-io:2.7:jar</extraArtifact>
<extraArtifact>org.apache.maven.plugins:maven-checkstyle-plugin:2.11:maven-plugin</extraArtifact>
<extraArtifact>org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:maven-plugin</extraArtifact>
<extraArtifact>org.apache.maven.plugins:maven-jxr-plugin:2.4:maven-plugin</extraArtifact>
Expand Down
2 changes: 1 addition & 1 deletion src/it/setup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.1</version>
<version>2.7</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
Expand Down

0 comments on commit f41ccef

Please sign in to comment.