From 9ec4c68568a80cfff90212fa0f743a08cc063e3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 21:33:03 +0000 Subject: [PATCH] build(deps): bump io.github.1c-syntax:utils from 0.8.0 to 0.9.0 Bumps [io.github.1c-syntax:utils](https://github.com/1c-syntax/utils) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/1c-syntax/utils/releases) - [Commits](https://github.com/1c-syntax/utils/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: io.github.1c-syntax:utils dependency-version: 0.9.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 1c5aa9799..39fdfeeaa 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.12.1") - implementation("io.github.1c-syntax:utils:0.8.0") + implementation("io.github.1c-syntax:utils:0.9.0") implementation("io.github.1c-syntax:supportconf:0.17.1") { exclude("io.github.1c-syntax", "bsl-common-library") }