Skip to content

Commit

Permalink
Update dependency commons-io:commons-io to v2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 8, 2024
1 parent c34f5b4 commit 96b9fc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.0</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>org.cactoos</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.0</version>
<version>2.16.1</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion qulice-maven-plugin/src/it/dependency-violations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.0.1</version>
<version>2.16.1</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 96b9fc6

Please sign in to comment.