Skip to content

Commit 5b344fa

Browse files
Bump commons-io:commons-io from 2.20.0 to 2.21.0
Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.20.0 to 2.21.0. - [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-io@rel/commons-io-2.20.0...rel/commons-io-2.21.0) --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6b9ac38 commit 5b344fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

maven-surefire-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<dependency>
173173
<groupId>commons-io</groupId>
174174
<artifactId>commons-io</artifactId>
175-
<version>2.20.0</version>
175+
<version>2.21.0</version>
176176
<scope>test</scope>
177177
</dependency>
178178
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<resolverVersion>1.4.1</resolverVersion>
9393
<commonsLang3Version>3.19.0</commonsLang3Version>
9494
<commonsCompress>1.28.0</commonsCompress>
95-
<commonsIoVersion>2.20.0</commonsIoVersion>
95+
<commonsIoVersion>2.21.0</commonsIoVersion>
9696
<plexus-java-version>1.5.0</plexus-java-version>
9797
<!-- Do not upgrade, leads to test failures, MSHARED-1014 -->
9898
<mavenSharedUtilsVersion>3.3.4</mavenSharedUtilsVersion>

0 commit comments

Comments
 (0)