From 7ab5b079f4e7dd6496909ad9620897c7fa3bc4ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 15:46:45 +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] --- bom/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/build.gradle b/bom/build.gradle index c725b97434a..358e3e569a9 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -276,7 +276,7 @@ dependencies { // Explicitly enforced versions of transitive dependencies to mitigate potential CVEs reported by static security scans. //TODO: Remove dependency line below in case the new parent library is updated and pulls good version. api("com.beust:jcommander:1.82") - api("org.antlr:antlr4:4.13.1") + api("org.antlr:antlr4:4.13.2") api("org.apache.ivy:ivy:2.5.2") // XTDB Additions