From ac282b7bac8ea6fbf56bc061c63747978ddca723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 18:15:37 +0000 Subject: [PATCH] Bump org.antlr:antlr4 from 4.9.3 to 4.13.2 Bumps [org.antlr:antlr4](https://github.com/antlr/antlr4) from 4.9.3 to 4.13.2. - [Release notes](https://github.com/antlr/antlr4/releases) - [Changelog](https://github.com/antlr/antlr4/blob/dev/CHANGES.txt) - [Commits](https://github.com/antlr/antlr4/compare/4.9.3...4.13.2) --- updated-dependencies: - dependency-name: org.antlr:antlr4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d59e79a..7402d12 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,8 +13,8 @@ repositories { } dependencies { - antlr("org.antlr:antlr4:4.9.3") - implementation("org.antlr:antlr4-runtime:4.9.3") + antlr("org.antlr:antlr4:4.13.2") + implementation("org.antlr:antlr4-runtime:4.13.2") testImplementation(kotlin("test")) val junit5Version = "5.10.3" testImplementation("org.junit.jupiter:junit-jupiter-api:$junit5Version")