Skip to content

Commit a674b94

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
implementation("com.fasterxml.jackson.core:jackson-databind")
3939

4040
implementation("org.apache.commons:commons-lang3:3.17.0")
41-
testImplementation("commons-io:commons-io:2.19.0")
41+
testImplementation("commons-io:commons-io:2.20.0")
4242
}
4343

4444
java {

0 commit comments

Comments
 (0)