Skip to content

Commit 8d27ec0

Browse files
committed
Fix out of date commons-io on build classpath
1 parent 0f1d70e commit 8d27ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

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

99
dependencies {
10-
implementation("commons-io:commons-io:2.11.0")
10+
implementation("commons-io:commons-io:2.20.0")
1111
testImplementation("junit:junit:4.12")
1212
}
1313

0 commit comments

Comments
 (0)