Skip to content

Commit

Permalink
Merge pull request eclipse#469 from smallrye/dependabot/maven/commons…
Browse files Browse the repository at this point in the history
…-io-commons-io-2.8.0

Bump commons-io from 2.7 to 2.8.0
  • Loading branch information
phillip-kruger authored Sep 10, 2020
2 parents 33a87b8 + a52bb91 commit f460aa7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<scope>test</scope>
<version>2.7</version>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>org.skyscreamer</groupId>
Expand Down
2 changes: 1 addition & 1 deletion extension-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.7</version>
<version>2.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion extension-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.7</version>
<version>2.8.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit f460aa7

Please sign in to comment.