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