From 0e51052fb7b2a25ca52bcfd39d50960353720bd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 21:33:02 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.21.0 to 2.22.0 Bumps commons-io:commons-io from 2.21.0 to 2.22.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 632bbb9df..91d9cd9c3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -58,7 +58,7 @@ dependencies { implementation("org.slf4j:slf4j-api:2.0.17") // прочее - implementation("commons-io:commons-io:2.21.0") + implementation("commons-io:commons-io:2.22.0") implementation("io.github.1c-syntax:bsl-common-library:0.10.0") implementation("io.github.1c-syntax:utils:0.7.0")