From b57c93f237cf32a9db5aa5b90f51e3fc73d392d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:54:57 +0000 Subject: [PATCH] build(deps): bump commons-io:commons-io from 2.17.0 to 2.18.0 Bumps commons-io:commons-io from 2.17.0 to 2.18.0. --- updated-dependencies: - dependency-name: commons-io:commons-io 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 4c52a5c05bc3..909947bd831f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -62,7 +62,7 @@ commonsCompress = "1.27.1" # https://commons.apache.org/proper/commons-exec/changes-report.html commonsExec = "1.4.0" # https://commons.apache.org/proper/commons-io/changes-report.html -commonsIo = "2.17.0" +commonsIo = "2.18.0" coroutines = '1.9.0' desugar-jdk-libs-nio = "2.1.3" drawer = "1.0.3"