Skip to content

Commit cb27c41

Browse files
⬆️(deps): Update dependency commons-io:commons-io to v2.20.0 (#1273)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dfed863 commit cb27c41

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

maven_plugin/lockfile.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -261,14 +261,14 @@
261261
{
262262
"groupId": "commons-io",
263263
"artifactId": "commons-io",
264-
"version": "2.19.0",
264+
"version": "2.20.0",
265265
"checksumAlgorithm": "SHA-256",
266-
"checksum": "824268919b4b62f9f40f08c54381de5993b078f58667e332d17348ae019d72b9",
266+
"checksum": "df90bba0fe3cb586b7f164e78fe8f8f4da3f2dd5c27fa645f888100ccc25dd72",
267267
"scope": "test",
268-
"resolved": "https://repo.maven.apache.org/maven2/commons-io/commons-io/2.19.0/commons-io-2.19.0.jar",
269-
"selectedVersion": "2.19.0",
268+
"resolved": "https://repo.maven.apache.org/maven2/commons-io/commons-io/2.20.0/commons-io-2.20.0.jar",
269+
"selectedVersion": "2.20.0",
270270
"included": true,
271-
"id": "commons-io:commons-io:2.19.0",
271+
"id": "commons-io:commons-io:2.20.0",
272272
"children": []
273273
},
274274
{

maven_plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<dependency>
147147
<groupId>commons-io</groupId>
148148
<artifactId>commons-io</artifactId>
149-
<version>2.19.0</version>
149+
<version>2.20.0</version>
150150
<scope>test</scope>
151151
</dependency>
152152
</dependencies>

0 commit comments

Comments
 (0)