From 5df30a43b3bd08f74a206989f0cd440e47efa655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 18:52:10 +0000 Subject: [PATCH] Bump org.antlr:antlr4 from 4.13.1 to 4.13.2 in /Z80Assembler 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] --- Z80Assembler/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Z80Assembler/build.gradle b/Z80Assembler/build.gradle index 13321ff..cab7a57 100644 --- a/Z80Assembler/build.gradle +++ b/Z80Assembler/build.gradle @@ -11,7 +11,7 @@ repositories { } dependencies { - antlr 'org.antlr:antlr4:4.13.1' + antlr 'org.antlr:antlr4:4.13.2' implementation project(':Assembler') implementation 'org.antlr:antlr4-runtime:4.13.2'