From f9a7f09e0c3f4abadd9233eb17900d3d6313a01e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 21:33:02 +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.11.0 to 0.12.0. - [Release notes](https://github.com/1c-syntax/bsl-common-library/releases) - [Commits](https://github.com/1c-syntax/bsl-common-library/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: io.github.1c-syntax:bsl-common-library dependency-version: 0.12.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 73021805b..f3fb11aa7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -60,7 +60,7 @@ dependencies { // прочее implementation("commons-io:commons-io:2.22.0") - implementation("io.github.1c-syntax:bsl-common-library:0.11.0") + implementation("io.github.1c-syntax:bsl-common-library:0.12.0") implementation("io.github.1c-syntax:utils:0.7.2") implementation("io.github.1c-syntax:supportconf:0.16.0")