1
0
Fork 0

chore(deps): update commons-io

This commit is contained in:
ineanto 2025-09-06 11:00:23 +02:00
parent 7918072e1e
commit 2b6bed8336
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84
2 changed files with 2 additions and 1 deletions

1
.idea/gradle.xml generated
View file

@ -12,6 +12,7 @@
<option value="$PROJECT_DIR$" />
</set>
</option>
<option name="resolveExternalAnnotations" value="true" />
</GradleProjectSettings>
</option>
</component>

View file

@ -31,7 +31,7 @@ dependencies {
// Stdlib
implementation("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")
// Commons IO
implementation("commons-io:commons-io:2.11.0")
implementation("commons-io:commons-io:2.14.0")
}
kotlin {