Skip to content

Commit eb4fee6

Browse files
chore(deps): 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 da835aa commit eb4fee6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ repositories {
7070
}
7171

7272
dependencies {
73-
implementation("commons-io:commons-io:2.20.0")
73+
implementation("commons-io:commons-io:2.21.0")
7474
implementation("com.google.guava:guava:33.5.0-jre")
7575
testImplementation("junit:junit:4.13.2")
7676
testImplementation("org.opentest4j:opentest4j:1.3.0")

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ repositories {
99
}
1010

1111
dependencies {
12-
implementation("commons-io:commons-io:2.20.0")
12+
implementation("commons-io:commons-io:2.21.0")
1313
testImplementation("junit:junit:4.13.2")
1414
}

0 commit comments

Comments
 (0)