From 13b424eac947031c01f45a86e623a382f4ecb2b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 13:23:46 +0000 Subject: [PATCH] Bump io.github.1c-syntax:utils from 0.7.2 to 0.8.0 Bumps [io.github.1c-syntax:utils](https://github.com/1c-syntax/utils) from 0.7.2 to 0.8.0. - [Release notes](https://github.com/1c-syntax/utils/releases) - [Commits](https://github.com/1c-syntax/utils/compare/v0.7.2...v0.8.0) --- updated-dependencies: - dependency-name: io.github.1c-syntax:utils dependency-version: 0.8.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 8865bd2..77775f5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,7 +46,7 @@ dependencies { implementation("commons-io:commons-io:2.22.0") implementation("org.abego.treelayout:org.abego.treelayout.core:1.0.3") - implementation("io.github.1c-syntax:utils:0.7.2") + implementation("io.github.1c-syntax:utils:0.8.0") api("org.jspecify:jspecify:1.0.0") compileOnly("com.ibm.icu:icu4j:78.3")