From ef9fc9d1b56509f507a1696e013de981daeb1e60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:06:57 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.16.1 to 2.21.0 Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.16.1 to 2.21.0. - [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-io/compare/rel/commons-io-2.16.1...rel/commons-io-2.21.0) --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f4d97f9..ce4cbe5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ download = { module = "de.undercouch.download:de.undercouch.download.gradle.plug kotlin-multiplatform = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } jreleaser-plugin = { module = "org.jreleaser:org.jreleaser.gradle.plugin", version.ref = "jreleaser" } -commons-io = { module = "commons-io:commons-io", version = "2.16.1" } +commons-io = { module = "commons-io:commons-io", version = "2.21.0" } gson = { module = "com.google.code.gson:gson", version = "2.11.0" } okhttp = { module = "com.squareup.okhttp3:okhttp", version = "4.12.0" } zip4j = { module = "net.lingala.zip4j:zip4j", version = "2.11.5" }