Skip to content

Commit 4c61596

Browse files
⬆️(deps): Update dependency commons-io:commons-io to v2.18.0 (#988)
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>
1 parent af7029d commit 4c61596

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

maven_plugin/lockfile.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -726,18 +726,6 @@
726726
}
727727
]
728728
},
729-
{
730-
"groupId": "commons-io",
731-
"artifactId": "commons-io",
732-
"version": "2.17.0",
733-
"checksumAlgorithm": "SHA-256",
734-
"checksum": "4aa4ca48f3dfd30b78220b7881d8cb93eac4093ec94361b6befa9487998a550b",
735-
"scope": "test",
736-
"selectedVersion": "2.17.0",
737-
"included": true,
738-
"id": "commons-io:commons-io:2.17.0",
739-
"children": []
740-
},
741729
{
742730
"groupId": "org.instancio",
743731
"artifactId": "instancio-junit",
@@ -2302,6 +2290,18 @@
23022290
"included": true,
23032291
"id": "org.apache.maven.resolver:maven-resolver-api:2.0.4",
23042292
"children": []
2293+
},
2294+
{
2295+
"groupId": "commons-io",
2296+
"artifactId": "commons-io",
2297+
"version": "2.18.0",
2298+
"checksumAlgorithm": "SHA-256",
2299+
"checksum": "f3ca0f8d63c40e23a56d54101c60d5edee136b42d84bfb85bc7963093109cf8b",
2300+
"scope": "test",
2301+
"selectedVersion": "2.18.0",
2302+
"included": true,
2303+
"id": "commons-io:commons-io:2.18.0",
2304+
"children": []
23052305
}
23062306
],
23072307
"mavenPlugins": [

maven_plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>commons-io</groupId>
142142
<artifactId>commons-io</artifactId>
143-
<version>2.17.0</version>
143+
<version>2.18.0</version>
144144
<scope>test</scope>
145145
</dependency>
146146
</dependencies>

0 commit comments

Comments
 (0)