Skip to content

Commit

Permalink
⬆️(deps): Update dependency commons-io:commons-io to v2.16.1 (#725)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Apr 24, 2024
1 parent d616921 commit 58e0e82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions maven_plugin/lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,12 @@
{
"groupId": "commons-io",
"artifactId": "commons-io",
"version": "2.15.1",
"version": "2.16.1",
"checksumAlgorithm": "SHA-256",
"checksum": "a58af12ee1b68cfd2ebb0c27caef164f084381a00ec81a48cc275fd7ea54e154",
"checksum": "f41f7baacd716896447ace9758621f62c1c6b0a91d89acee488da26fc477c84f",
"scope": "test",
"selectedVersion": "2.15.1",
"id": "commons-io:commons-io:2.15.1",
"selectedVersion": "2.16.1",
"id": "commons-io:commons-io:2.16.1",
"children": []
},
{
Expand Down Expand Up @@ -1475,7 +1475,7 @@
"checksumAlgorithm": "SHA-256",
"checksum": "675f60bd11a82d481736591fe4054c66471fa5463d45616652fd71585792ba87",
"scope": "test",
"selectedVersion": "2.15.1",
"selectedVersion": "2.16.1",
"id": "commons-io:commons-io:2.2",
"parent": "org.apache.maven.plugin-testing:maven-plugin-testing-harness:3.3.0",
"children": []
Expand Down
2 changes: 1 addition & 1 deletion maven_plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
<version>2.16.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 58e0e82

Please sign in to comment.