Skip to content

Commit

Permalink
⬆️(deps): Update dependency commons-io:commons-io to v2.18.0 (#988)
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 Nov 21, 2024
1 parent af7029d commit 4c61596
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions maven_plugin/lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -726,18 +726,6 @@
}
]
},
{
"groupId": "commons-io",
"artifactId": "commons-io",
"version": "2.17.0",
"checksumAlgorithm": "SHA-256",
"checksum": "4aa4ca48f3dfd30b78220b7881d8cb93eac4093ec94361b6befa9487998a550b",
"scope": "test",
"selectedVersion": "2.17.0",
"included": true,
"id": "commons-io:commons-io:2.17.0",
"children": []
},
{
"groupId": "org.instancio",
"artifactId": "instancio-junit",
Expand Down Expand Up @@ -2302,6 +2290,18 @@
"included": true,
"id": "org.apache.maven.resolver:maven-resolver-api:2.0.4",
"children": []
},
{
"groupId": "commons-io",
"artifactId": "commons-io",
"version": "2.18.0",
"checksumAlgorithm": "SHA-256",
"checksum": "f3ca0f8d63c40e23a56d54101c60d5edee136b42d84bfb85bc7963093109cf8b",
"scope": "test",
"selectedVersion": "2.18.0",
"included": true,
"id": "commons-io:commons-io:2.18.0",
"children": []
}
],
"mavenPlugins": [
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.17.0</version>
<version>2.18.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 4c61596

Please sign in to comment.