Skip to content

Commit f224cf3

Browse files
committed
Update commons-io to 2.20.0
1 parent c532e55 commit f224cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ dependencies {
8989
testFramework(TestFrameworkType.Platform)
9090
}
9191

92-
implementation("commons-io:commons-io:2.15.1")
92+
implementation("commons-io:commons-io:2.20.0")
9393
implementation("commons-codec:commons-codec:1.19.0")
9494

9595
val checkStyleBaseVersion = (project.extra["supportedCsVersions"] as CheckstyleVersions).baseVersion

0 commit comments

Comments
 (0)