From fcea87dbdef12f5768bfc2d1af6cc99df518565f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 17:23:02 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.grammarkit from 2022.3.2.2 to 2023.3.0.4 Bumps org.jetbrains.grammarkit from 2022.3.2.2 to 2023.3.0.4. --- updated-dependencies: - dependency-name: org.jetbrains.grammarkit dependency-version: 2023.3.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index aca9d42..f423369 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ opentest4j = "1.3.0" # plugins changelog = "2.5.0" -grammarKit = "2022.3.2.2" +grammarKit = "2023.3.0.4" intelliJPlatform = "2.18.0" jflex = "1.9.2" kotlin = "2.4.0"