From 4306007219ee6a73f87d09c620ed3ba13f700079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 13:23:09 +0000 Subject: [PATCH] Bump io.github.1c-syntax:utils from 0.7.2 to 0.9.0 Bumps [io.github.1c-syntax:utils](https://github.com/1c-syntax/utils) from 0.7.2 to 0.9.0. - [Release notes](https://github.com/1c-syntax/utils/releases) - [Commits](https://github.com/1c-syntax/utils/compare/v0.7.2...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 8865bd2..3ff22b8 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.9.0") api("org.jspecify:jspecify:1.0.0") compileOnly("com.ibm.icu:icu4j:78.3")