Skip to content

Commit 0d5fa68

Browse files
chore(deps): bump antlr4.version from 4.9.1 to 4.13.2
Bumps `antlr4.version` from 4.9.1 to 4.13.2. Updates `org.antlr:antlr4-runtime` from 4.9.1 to 4.13.2 - [Release notes](https://github.com/antlr/antlr4/releases) - [Changelog](https://github.com/antlr/antlr4/blob/dev/CHANGES.txt) - [Commits](antlr/antlr4@4.9.1...4.13.2) Updates `org.antlr:antlr4-maven-plugin` from 4.9.1 to 4.13.2 - [Release notes](https://github.com/antlr/antlr4/releases) - [Changelog](https://github.com/antlr/antlr4/blob/dev/CHANGES.txt) - [Commits](antlr/antlr4@4.9.1...4.13.2) --- updated-dependencies: - dependency-name: org.antlr:antlr4-runtime dependency-version: 4.13.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.antlr:antlr4-maven-plugin dependency-version: 4.13.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 917f3f4 commit 0d5fa68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<spatial4j.version>0.8</spatial4j.version>
4444
<jts-core.version>1.20.0</jts-core.version>
4545
<buildnumber-maven-plugin.version>3.3.0</buildnumber-maven-plugin.version>
46-
<antlr4.version>4.9.1</antlr4.version>
46+
<antlr4.version>4.13.2</antlr4.version>
4747
<antlr4.visitor>true</antlr4.visitor>
4848
</properties>
4949

gremlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<commons-beanutils.version>1.11.0</commons-beanutils.version>
4343
<commons-lang3.version>3.20.0</commons-lang3.version>
4444
<groovy.version>4.0.28</groovy.version>
45-
<antlr4.version>4.9.1</antlr4.version>
45+
<antlr4.version>4.13.2</antlr4.version>
4646
</properties>
4747

4848
<dependencies>

0 commit comments

Comments
 (0)