From 25e0d5393352063f77adf96fb6059f9809eccd54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 21:33:21 +0000 Subject: [PATCH] build(deps): bump io.github.1c-syntax:bsl-common-library Bumps [io.github.1c-syntax:bsl-common-library](https://github.com/1c-syntax/bsl-common-library) from 0.12.4 to 0.12.5. - [Release notes](https://github.com/1c-syntax/bsl-common-library/releases) - [Commits](https://github.com/1c-syntax/bsl-common-library/compare/v0.12.4...v0.12.5) --- updated-dependencies: - dependency-name: io.github.1c-syntax:bsl-common-library dependency-version: 0.12.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 f2ac130a7..3e94e7a44 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -59,7 +59,7 @@ dependencies { // прочее implementation("commons-io:commons-io:2.22.0") - implementation("io.github.1c-syntax:bsl-common-library:0.12.4") + implementation("io.github.1c-syntax:bsl-common-library:0.12.5") implementation("io.github.1c-syntax:utils:0.10.1") implementation("io.github.1c-syntax:supportconf:0.17.1") { exclude("io.github.1c-syntax", "bsl-common-library")