We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b488f commit 72f5cbaCopy full SHA for 72f5cba
plugins/build.gradle.kts
@@ -76,7 +76,7 @@ dependencies {
76
testImplementation(libs.mockk)
77
testImplementation(libs.junit)
78
testImplementation(libs.truth)
79
- testImplementation("commons-io:commons-io:2.15.1")
+ testImplementation("commons-io:commons-io:2.20.0")
80
testImplementation(kotlin("test"))
81
}
82
0 commit comments