From d263ccd2d34b93d8a740325b23e5a5923948db8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 06:24:13 +0000 Subject: [PATCH] build(deps): bump com.strumenta:antlr-kotlin-runtime Bumps [com.strumenta:antlr-kotlin-runtime](https://github.com/Strumenta/antlr-kotlin) from 1.0.10 to 1.0.13. - [Release notes](https://github.com/Strumenta/antlr-kotlin/releases) - [Commits](https://github.com/Strumenta/antlr-kotlin/compare/1.0.10...1.0.13) --- updated-dependencies: - dependency-name: com.strumenta:antlr-kotlin-runtime dependency-version: 1.0.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- blueluak-core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueluak-core/build.gradle.kts b/blueluak-core/build.gradle.kts index fa1c189e..83b64ea3 100644 --- a/blueluak-core/build.gradle.kts +++ b/blueluak-core/build.gradle.kts @@ -115,7 +115,7 @@ kotlin { kotlin.srcDir(generatedBuildInfo) kotlin.srcDir(generatedGrammar) dependencies { - implementation("com.strumenta:antlr-kotlin-runtime:1.0.10") + implementation("com.strumenta:antlr-kotlin-runtime:1.0.13") } } commonTest {