From 03b40ecc0be5d8d4ed49261a4ef836204f0b59f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 14:51:09 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.13.0 to 2.21.0 Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.13.0 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.13.0...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 118998a..99e70e0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ jackson-databind = { group = "com.fasterxml.jackson.core", name = "jackson-datab jackson-annotations = { group = "com.fasterxml.jackson.core", name = "jackson-annotations" } lavaplayer = { group = "dev.arbjerg", name = "lavaplayer" } lavaplayer-rotator = { group = "dev.arbjerg", name = "lavaplayer-ext-youtube-rotator", version.ref = "lavaplayer" } -commons-io = { group = "commons-io", name = "commons-io", version = "2.13.0" } +commons-io = { group = "commons-io", name = "commons-io", version = "2.21.0" } jsoup = { group = "org.jsoup", name = "jsoup", version = "1.16.1" } lavalink-server = { group = "dev.arbjerg.lavalink", name = "Lavalink-Server", version.ref = "lavalink-server" } lavalink-api = { group = "dev.arbjerg.lavalink", name = "plugin-api", version.ref = "lavalink-api" }