From f05f4261b7246f94a2ee4733477c757f49f271dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 22:27:35 +0000 Subject: [PATCH] Bump org.antlr:antlr4 from 4.13.1 to 4.13.2 Bumps [org.antlr:antlr4](https://github.com/antlr/antlr4) from 4.13.1 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.13.1...4.13.2) --- updated-dependencies: - dependency-name: org.antlr:antlr4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- shared/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/build.gradle b/shared/build.gradle index 3e8ec97b..90b431dc 100644 --- a/shared/build.gradle +++ b/shared/build.gradle @@ -7,7 +7,7 @@ plugins { dependencies { api("com.dslplatform:dsl-json-java8:1.10.0") - antlr("org.antlr:antlr4:4.13.1") + antlr("org.antlr:antlr4:4.13.2") annotationProcessor("com.dslplatform:dsl-json-java8:1.10.0") }