Skip to content

Commit

Permalink
⬆️(deps): Update dependency commons-io:commons-io to v2.17.0 (#894)
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 Sep 18, 2024
1 parent 1e0c578 commit 18266c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions maven_plugin/lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,12 +237,12 @@
{
"groupId": "commons-io",
"artifactId": "commons-io",
"version": "2.16.1",
"version": "2.17.0",
"checksumAlgorithm": "SHA-256",
"checksum": "f41f7baacd716896447ace9758621f62c1c6b0a91d89acee488da26fc477c84f",
"checksum": "4aa4ca48f3dfd30b78220b7881d8cb93eac4093ec94361b6befa9487998a550b",
"scope": "test",
"selectedVersion": "2.16.1",
"id": "commons-io:commons-io:2.16.1",
"selectedVersion": "2.17.0",
"id": "commons-io:commons-io:2.17.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.16.1</version>
<version>2.17.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 18266c5

Please sign in to comment.